Home
last modified time | relevance | path

Searched defs:ifvlantrunk (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vlan.c103 struct ifvlantrunk { struct
104 struct ifnet *parent; /* parent interface of this trunk */
105 struct mtx lock;
108 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */
110 struct ifvlanhead *hash; /* dynamic hash-list table */
111 uint16_t hmask;
112 uint16_t hwidth;
114 int refcnt;