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

/freebsd-9.3-release/sys/net/
H A Dif_vlan.c84 struct ifvlantrunk { struct
104 struct ifvlantrunk *ifv_trunk;
181 static void vlan_inithash(struct ifvlantrunk *trunk);
182 static void vlan_freehash(struct ifvlantrunk *trunk);
183 static int vlan_inshash(struct ifvlantrunk *trunk, struct ifvlan *ifv);
184 static int vlan_remhash(struct ifvlantrunk *trunk, struct ifvlan *ifv);
185 static void vlan_growhash(struct ifvlantrunk *trunk, int howmuch);
186 static __inline struct ifvlan * vlan_gethash(struct ifvlantrunk *trunk,
189 static void trunk_destroy(struct ifvlantrunk *trunk);
228 vlan_inithash(struct ifvlantrunk *trun
[all...]
H A Dif_var.h72 struct ifvlantrunk;
145 struct ifvlantrunk *if_vlantrunk; /* pointer to 802.1q data */

Completed in 111 milliseconds