Searched refs:ifvlan (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_vlan.c101 CK_SLIST_HEAD(ifvlanhead, ifvlan);
108 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */
142 struct ifvlan *_next; \
184 struct ifvlan { struct
202 CK_SLIST_ENTRY(ifvlan) ifv_list;
279 static int vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *ifv);
280 static int vlan_remhash(struct ifvlantrunk *trunk, struct ifvlan *ifv);
282 static __inline struct ifvlan * vlan_gethash(struct ifvlantrunk *trunk,
312 static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag,
315 static void vlan_capabilities(struct ifvlan *if
[all...]
/freebsd-13-stable/sbin/ifconfig/
H A DMakefile33 SRCS+= ifvlan.c # SIOC[GS]ETVLAN support

Completed in 106 milliseconds