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

/freebsd-9.3-release/sys/net/
H A Dif_vlan.c82 LIST_HEAD(ifvlanhead, ifvlan);
89 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */
103 struct ifvlan { struct
119 LIST_ENTRY(ifvlan) ifv_list;
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);
266 vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *if
[all...]
/freebsd-9.3-release/sbin/ifconfig/
H A DMakefile33 SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.c929 struct ifvlan *ifv = NULL;

Completed in 141 milliseconds