Searched refs:M_VLAN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_vlan.c | 217 static MALLOC_DEFINE(M_VLAN, vlanname, "802.1Q Virtual LAN Interface"); 387 free(mc, M_VLAN); in vlan_mc_free() 410 trunk->hash = malloc(sizeof(struct ifvlanhead) * n, M_VLAN, M_WAITOK); in vlan_inithash() 426 free(trunk->hash, M_VLAN); in vlan_freehash() 511 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_WAITOK); in vlan_growhash() 521 free(trunk->hash, M_VLAN); in vlan_growhash() 612 free(trunk, M_VLAN); in trunk_destroy() 652 mc = malloc(sizeof(struct vlan_mc_entry), M_VLAN, M_NOWAIT); in vlan_setmulti() 1160 ifv = malloc(sizeof(struct ifvlan), M_VLAN, M_WAITOK | M_ZERO); in vlan_clone_create() 1212 free(ifv, M_VLAN); in vlan_clone_create() [all …]
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_regs.h | 5104 #define M_VLAN 0xffff macro 5106 #define G_VLAN(x) (((x) >> S_VLAN) & M_VLAN)
|