Searched refs:M_NETGRAPH_TEE (Results 1 – 1 of 1) sorted by relevance
64 static MALLOC_DEFINE(M_NETGRAPH_TEE, "netgraph_tee", "netgraph tee node");66 #define M_NETGRAPH_TEE M_NETGRAPH macro160 privdata = malloc(sizeof(*privdata), M_NETGRAPH_TEE, M_WAITOK | M_ZERO); in ng_tee_constructor()361 free(privdata, M_NETGRAPH_TEE); in ng_tee_shutdown()