Searched refs:__vlan_group_get_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/8021q/ |
H A D | vlan.h | 52 static inline struct net_device *__vlan_group_get_device(struct vlan_group *vg, in __vlan_group_get_device() function 72 return __vlan_group_get_device(vg, pidx, vlan_id); in vlan_group_get_device() 116 if (((dev) = __vlan_group_get_device((grp), (i) / VLAN_N_VID, \
|
/kernel/linux/linux-6.6/net/8021q/ |
H A D | vlan.h | 52 static inline struct net_device *__vlan_group_get_device(struct vlan_group *vg, in __vlan_group_get_device() function 76 return __vlan_group_get_device(vg, pidx, vlan_id); in vlan_group_get_device() 121 if (((dev) = __vlan_group_get_device((grp), (i) / VLAN_N_VID, \
|
Completed in 2 milliseconds