Lines Matching refs:macvlan_port
43 struct macvlan_port { struct
71 static inline bool macvlan_passthru(const struct macvlan_port *port) in macvlan_passthru() argument
76 static inline void macvlan_set_passthru(struct macvlan_port *port) in macvlan_set_passthru()
81 static inline bool macvlan_addr_change(const struct macvlan_port *port) in macvlan_addr_change()
86 static inline void macvlan_set_addr_change(struct macvlan_port *port) in macvlan_set_addr_change()
91 static inline void macvlan_clear_addr_change(struct macvlan_port *port) in macvlan_clear_addr_change()
110 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev) in macvlan_port_get_rcu()
115 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev) in macvlan_port_get_rtnl()
120 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, in macvlan_hash_lookup()
152 struct macvlan_port *port = vlan->port; in macvlan_hash_add_source()
175 struct macvlan_port *port = vlan->port; in macvlan_hash_add()
206 static bool macvlan_addr_busy(const struct macvlan_port *port, in macvlan_addr_busy()
258 const struct macvlan_port *port, in macvlan_broadcast()
296 struct macvlan_port *port = container_of(w, struct macvlan_port, in macvlan_process_broadcast()
340 static void macvlan_broadcast_enqueue(struct macvlan_port *port, in macvlan_broadcast_enqueue()
375 static void macvlan_flush_sources(struct macvlan_port *port, in macvlan_flush_sources()
422 struct macvlan_port *port, in macvlan_forward_source()
438 struct macvlan_port *port; in macvlan_handle_frame()
512 const struct macvlan_port *port = vlan->port; in macvlan_queue_xmit()
698 struct macvlan_port *port = vlan->port; in macvlan_sync_address()
876 struct macvlan_port *port = vlan->port; in macvlan_init()
902 struct macvlan_port *port = vlan->port; in macvlan_uninit()
1183 struct macvlan_port *port; in macvlan_port_create()
1218 struct macvlan_port *port = macvlan_port_get_rtnl(dev); in macvlan_port_destroy()
1380 struct macvlan_port *port; in macvlan_common_newlink()
1667 struct macvlan_port *port; in macvlan_device_event()