Home
last modified time | relevance | path

Searched refs:VLAN_PROTO_NUM (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/8021q/
Dvlan.h19 VLAN_PROTO_NUM, enumerator
25 struct net_device **vlan_devices_arrays[VLAN_PROTO_NUM]
115 for ((i) = 0; i < VLAN_PROTO_NUM * VLAN_N_VID; i++) \
Dvlan_core.c132 for (i = 0; i < VLAN_PROTO_NUM; i++) in vlan_group_free()