Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/
Dmacvlan.c43 struct macvlan_port { struct
44 struct net_device *dev;
45 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];
46 struct list_head vlans;
47 struct sk_buff_head bc_queue;
48 struct work_struct bc_work;
72 static void macvlan_port_destroy(struct net_device *dev); argument
73 static void update_port_bc_queue_len(struct macvlan_port *port); argument
/kernel/linux/linux-5.10/drivers/net/
Dmacvlan.c43 struct macvlan_port { struct
44 struct net_device *dev;
45 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];
69 static void macvlan_port_destroy(struct net_device *dev); argument
71 static inline bool macvlan_passthru(const struct macvlan_port *port) in macvlan_passthru() argument