Searched refs:M_NETGRAPH_TAG (Results 1 – 1 of 1) sorted by relevance
| /src/sys/netgraph/ |
| H A D | ng_tag.c | 72 static MALLOC_DEFINE(M_NETGRAPH_TAG, "netgraph_tag", "netgraph tag node"); 74 #define M_NETGRAPH_TAG M_NETGRAPH macro 306 hip = malloc(sizeof(*hip), M_NETGRAPH_TAG, M_NOWAIT | M_ZERO); in ng_tag_newhook() 320 free(hip, M_NETGRAPH_TAG); in ng_tag_newhook() 326 free(hip, M_NETGRAPH_TAG); in ng_tag_newhook() 625 free(hip->in, M_NETGRAPH_TAG); in ng_tag_disconnect() 626 free(hip->out, M_NETGRAPH_TAG); in ng_tag_disconnect() 627 free(hip, M_NETGRAPH_TAG); in ng_tag_disconnect() 652 hp = malloc(size, M_NETGRAPH_TAG, M_WAITOK); in ng_tag_setdata_in() 658 free(hip->in, M_NETGRAPH_TAG); in ng_tag_setdata_in() [all …]
|