Searched defs:vif_device (Results 1 – 1 of 1) sorted by relevance
182 struct vif_device { struct183 struct net_device *dev; /* Device we are using */184 unsigned long bytes_in,bytes_out;185 unsigned long pkt_in,pkt_out; /* Statistics */186 unsigned long rate_limit; /* Traffic shaping (NI) */187 unsigned char threshold; /* TTL threshold */188 unsigned short flags; /* Control flags */189 __be32 local,remote; /* Addresses(remote for tunnels)*/190 int link; /* Physical interface index */