Searched defs:mif_device (Results 1 – 1 of 1) sorted by relevance
176 struct mif_device { struct177 struct net_device *dev; /* Device we are using */178 unsigned long bytes_in,bytes_out;179 unsigned long pkt_in,pkt_out; /* Statistics */180 unsigned long rate_limit; /* Traffic shaping (NI) */181 unsigned char threshold; /* TTL threshold */182 unsigned short flags; /* Control flags */183 int link; /* Physical interface index */