Searched refs:ifvlan (Results 1 – 3 of 3) sorted by relevance
81 LIST_HEAD(ifvlanhead, ifvlan);88 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */102 struct ifvlan { struct118 LIST_ENTRY(ifvlan) ifv_list; argument183 static int vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *ifv);184 static int vlan_remhash(struct ifvlantrunk *trunk, struct ifvlan *ifv);186 static __inline struct ifvlan * vlan_gethash(struct ifvlantrunk *trunk,202 static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag);204 static void vlan_capabilities(struct ifvlan *ifv);265 vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *ifv) in vlan_inshash()[all …]
33 SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
930 struct ifvlan *ifv = NULL;