Searched defs:mif_device (Results 1 – 1 of 1) sorted by relevance
64 struct mif_device { struct65 struct net_device *dev; /* Device we are using */66 unsigned long bytes_in,bytes_out;67 unsigned long pkt_in,pkt_out; /* Statistics */68 unsigned long rate_limit; /* Traffic shaping (NI) */69 unsigned char threshold; /* TTL threshold */70 unsigned short flags; /* Control flags */71 int link; /* Physical interface index */