Searched defs:ifvlantrunk (Results 1 – 1 of 1) sorted by relevance
99 struct ifvlantrunk { struct100 struct ifnet *parent; /* parent interface of this trunk */101 struct mtx lock;104 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */106 struct ifvlanhead *hash; /* dynamic hash-list table */107 uint16_t hmask;108 uint16_t hwidth;110 int refcnt;