Searched defs:ifvlantrunk (Results 1 – 1 of 1) sorted by relevance
103 struct ifvlantrunk { struct104 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;