Searched refs:M_NETGRAPH_TAG (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tag.c | 76 #define M_NETGRAPH_TAG M_NETGRAPH macro 308 hip = malloc(sizeof(*hip), M_NETGRAPH_TAG, M_NOWAIT | M_ZERO); in ng_tag_newhook() 322 free(hip, M_NETGRAPH_TAG); in ng_tag_newhook() 328 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() 702 hp = malloc(size, M_NETGRAPH_TAG, M_WAITOK); in ng_tag_setdata_out() [all …]
|