Home
last modified time | relevance | path

Searched refs:M_VLAN (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/net/
HDif_vlan.c148 static MALLOC_DEFINE(M_VLAN, vlanname, "802.1Q Virtual LAN Interface");
243 trunk->hash = malloc(sizeof(struct ifvlanhead) * n, M_VLAN, M_WAITOK); in vlan_inithash()
259 free(trunk->hash, M_VLAN); in vlan_freehash()
345 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_NOWAIT); in vlan_growhash()
359 free(trunk->hash, M_VLAN); in vlan_growhash()
451 free(trunk, M_VLAN); in trunk_destroy()
482 free(mc, M_VLAN); in vlan_setmulti()
490 mc = malloc(sizeof(struct vlan_mc_entry), M_VLAN, M_NOWAIT); in vlan_setmulti()
938 ifv = malloc(sizeof(struct ifvlan), M_VLAN, M_WAITOK | M_ZERO);
942 free(ifv, M_VLAN);
[all …]
/trueos/sys/dev/cxgb/common/
HDcxgb_regs.h5105 #define M_VLAN 0xffff macro
5107 #define G_VLAN(x) (((x) >> S_VLAN) & M_VLAN)