Searched refs:vlan_group_for_each_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/8021q/ |
H A D | vlan.c | 404 vlan_group_for_each_dev(grp, i, vlandev) in vlan_device_event() 411 vlan_group_for_each_dev(grp, i, vlandev) { in vlan_device_event() 421 vlan_group_for_each_dev(grp, i, vlandev) { in vlan_device_event() 431 vlan_group_for_each_dev(grp, i, vlandev) in vlan_device_event() 440 vlan_group_for_each_dev(grp, i, vlandev) { in vlan_device_event() 462 vlan_group_for_each_dev(grp, i, vlandev) { in vlan_device_event() 480 vlan_group_for_each_dev(grp, i, vlandev) { in vlan_device_event() 503 vlan_group_for_each_dev(grp, i, vlandev) in vlan_device_event()
|
H A D | vlan.h | 119 #define vlan_group_for_each_dev(grp, i, dev) \ macro
|