Lines Matching refs:macvlan_port

43 struct macvlan_port {  struct
71 static void update_port_bc_queue_len(struct macvlan_port *port); argument
73 static inline bool macvlan_passthru(const struct macvlan_port *port) in macvlan_passthru()
78 static inline void macvlan_set_passthru(struct macvlan_port *port) in macvlan_set_passthru()
83 static inline bool macvlan_addr_change(const struct macvlan_port *port) in macvlan_addr_change()
88 static inline void macvlan_set_addr_change(struct macvlan_port *port) in macvlan_set_addr_change()
93 static inline void macvlan_clear_addr_change(struct macvlan_port *port) in macvlan_clear_addr_change()
112 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev) in macvlan_port_get_rcu()
117 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev) in macvlan_port_get_rtnl()
122 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, in macvlan_hash_lookup()
155 struct macvlan_port *port = vlan->port; in macvlan_hash_add_source()
178 struct macvlan_port *port = vlan->port; in macvlan_hash_add()
209 static bool macvlan_addr_busy(const struct macvlan_port *port, in macvlan_addr_busy()
261 const struct macvlan_port *port, in macvlan_broadcast()
296 struct macvlan_port *port = container_of(w, struct macvlan_port, in macvlan_process_broadcast()
342 static void macvlan_broadcast_enqueue(struct macvlan_port *port, in macvlan_broadcast_enqueue()
377 static void macvlan_flush_sources(struct macvlan_port *port, in macvlan_flush_sources()
418 struct macvlan_port *port, in macvlan_forward_source()
440 struct macvlan_port *port; in macvlan_handle_frame()
524 const struct macvlan_port *port = vlan->port; in macvlan_queue_xmit()
710 struct macvlan_port *port = vlan->port; in macvlan_sync_address()
897 struct macvlan_port *port = vlan->port; in macvlan_init()
926 struct macvlan_port *port = vlan->port; in macvlan_uninit()
1216 struct macvlan_port *port; in macvlan_port_create()
1252 struct macvlan_port *port = macvlan_port_get_rtnl(dev); in macvlan_port_destroy()
1428 struct macvlan_port *port; in macvlan_common_newlink()
1663 struct macvlan_port *port = vlan->port; in macvlan_fill_info()
1733 static void update_port_bc_queue_len(struct macvlan_port *port) in update_port_bc_queue_len()
1750 struct macvlan_port *port; in macvlan_device_event()