Home
last modified time | relevance | path

Searched defs:vif_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dmroute.h54 struct vif_device { struct
55 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 */