Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan.c99 struct ifvlantrunk { struct
100 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;