Home
last modified time | relevance | path

Searched refs:ifvlan (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/net/
HDif_vlan.c81 LIST_HEAD(ifvlanhead, ifvlan);
88 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */
102 struct ifvlan { struct
118 LIST_ENTRY(ifvlan) ifv_list; argument
183 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 …]
/trueos/sbin/ifconfig/
HDMakefile33 SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
/trueos/sys/dev/ixgb/
HDif_ixgb.c930 struct ifvlan *ifv = NULL;