~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to tc/tc_filter.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2006-11-14 15:18:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114151853-nd3k7f6d10e18r7m
Tags: 20061002-2ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
static __u32 filter_prio;
177
177
static __u32 filter_protocol;
178
178
 
179
 
static int print_filter(const struct sockaddr_nl *who,
 
179
int print_filter(const struct sockaddr_nl *who,
180
180
                        struct nlmsghdr *n, 
181
181
                        void *arg)
182
182
{