Searched refs:M_VLAN (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/net/ |
| D | if_vlan.c | 148 static MALLOC_DEFINE(M_VLAN, VLANNAME, "802.1Q Virtual LAN Interface"); 244 trunk->hash = malloc(sizeof(struct ifvlanhead) * n, M_VLAN, M_WAITOK); in vlan_inithash() 260 free(trunk->hash, M_VLAN); in vlan_freehash() 346 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_NOWAIT); in vlan_growhash() 360 free(trunk->hash, M_VLAN); in vlan_growhash() 452 free(trunk, M_VLAN); in trunk_destroy() 489 free(mc, M_VLAN); in vlan_setmulti() 496 mc = malloc(sizeof(struct vlan_mc_entry), M_VLAN, M_NOWAIT); in vlan_setmulti() 930 ifv = malloc(sizeof(struct ifvlan), M_VLAN, M_WAITOK | M_ZERO); 934 free(ifv, M_VLAN); [all …]
|
| /freebsd-9-stable/sys/dev/cxgb/common/ |
| D | cxgb_regs.h | 5105 #define M_VLAN 0xffff macro 5107 #define G_VLAN(x) (((x) >> S_VLAN) & M_VLAN)
|