Searched refs:ifvlan (Results 1 – 2 of 2) sorted by relevance
97 CK_SLIST_HEAD(ifvlanhead, ifvlan);104 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */138 struct ifvlan *_next; \180 struct ifvlan { struct199 CK_SLIST_ENTRY(ifvlan) ifv_list; argument278 static int vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *ifv);279 static int vlan_remhash(struct ifvlantrunk *trunk, struct ifvlan *ifv);281 static __inline struct ifvlan * vlan_gethash(struct ifvlantrunk *trunk,315 static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag,318 static void vlan_capabilities(struct ifvlan *ifv);[all …]
31 SRCS+= ifvlan.c # SIOC[GS]ETVLAN support