Searched refs:macvlan_port (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dif_macvlan.h13 struct macvlan_port;
22 struct macvlan_port *port;
/linux-master/drivers/net/
H A Dmacvlan.c43 struct macvlan_port { struct
73 static void update_port_bc_queue_len(struct macvlan_port *port);
75 static inline bool macvlan_passthru(const struct macvlan_port *port)
80 static inline void macvlan_set_passthru(struct macvlan_port *port)
85 static inline bool macvlan_addr_change(const struct macvlan_port *port)
90 static inline void macvlan_set_addr_change(struct macvlan_port *port)
95 static inline void macvlan_clear_addr_change(struct macvlan_port *port)
114 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev)
119 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev)
124 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *por
[all...]

Completed in 231 milliseconds