Lines Matching refs:macvlan_port

44 struct macvlan_port {  struct
74 static void update_port_bc_queue_len(struct macvlan_port *port); argument
76 static inline bool macvlan_passthru(const struct macvlan_port *port) in macvlan_passthru()
81 static inline void macvlan_set_passthru(struct macvlan_port *port) in macvlan_set_passthru()
86 static inline bool macvlan_addr_change(const struct macvlan_port *port) in macvlan_addr_change()
91 static inline void macvlan_set_addr_change(struct macvlan_port *port) in macvlan_set_addr_change()
96 static inline void macvlan_clear_addr_change(struct macvlan_port *port) in macvlan_clear_addr_change()
115 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev) in macvlan_port_get_rcu()
120 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev) in macvlan_port_get_rtnl()
125 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, in macvlan_hash_lookup()
158 struct macvlan_port *port = vlan->port; in macvlan_hash_add_source()
181 struct macvlan_port *port = vlan->port; in macvlan_hash_add()
212 static bool macvlan_addr_busy(const struct macvlan_port *port, in macvlan_addr_busy()
264 const struct macvlan_port *port, in macvlan_broadcast()
297 static void macvlan_multicast_rx(const struct macvlan_port *port, in macvlan_multicast_rx()
324 struct macvlan_port *port = container_of(w, struct macvlan_port, in macvlan_process_broadcast()
350 static void macvlan_broadcast_enqueue(struct macvlan_port *port, in macvlan_broadcast_enqueue()
385 static void macvlan_flush_sources(struct macvlan_port *port, in macvlan_flush_sources()
426 struct macvlan_port *port, in macvlan_forward_source()
448 struct macvlan_port *port; in macvlan_handle_frame()
534 const struct macvlan_port *port = vlan->port; in macvlan_queue_xmit()
721 struct macvlan_port *port = vlan->port; in macvlan_sync_address()
926 struct macvlan_port *port = vlan->port; in macvlan_init()
956 struct macvlan_port *port = vlan->port; in macvlan_uninit()
1236 struct macvlan_port *port; in macvlan_port_create()
1273 struct macvlan_port *port = macvlan_port_get_rtnl(dev); in macvlan_port_destroy()
1453 struct macvlan_port *port; in macvlan_common_newlink()
1695 struct macvlan_port *port = vlan->port; in macvlan_fill_info()
1769 static void update_port_bc_queue_len(struct macvlan_port *port) in update_port_bc_queue_len()
1786 struct macvlan_port *port; in macvlan_device_event()