Searched defs:vif_device (Results 1 – 1 of 1) sorted by relevance
54 struct vif_device { struct55 struct net_device *dev; /* Device we are using */56 unsigned long bytes_in,bytes_out;57 unsigned long pkt_in,pkt_out; /* Statistics */58 unsigned long rate_limit; /* Traffic shaping (NI) */59 unsigned char threshold; /* TTL threshold */60 unsigned short flags; /* Control flags */61 __be32 local,remote; /* Addresses(remote for tunnels)*/62 int link; /* Physical interface index */