Searched refs:ng_uni_free (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni_cust.h | 63 void ng_uni_free(enum unimem, void *, const char *, u_int); 66 #define INS_FREE(P) ng_uni_free(UNIMEM_INS, P, __FILE__, __LINE__) 69 #define UNI_FREE(P) ng_uni_free(UNIMEM_ALL, P, __FILE__, __LINE__) 72 #define SIG_FREE(P) ng_uni_free(UNIMEM_SIG, P, __FILE__, __LINE__) 75 #define CALL_FREE(P) ng_uni_free(UNIMEM_CALL, P, __FILE__, __LINE__) 78 #define PARTY_FREE(P) ng_uni_free(UNIMEM_PARTY, P, __FILE__, __LINE__)
|
| H A D | ng_uni.c | 859 ng_uni_free(enum unimem type, void *ptr, const char *file, u_int lno) in ng_uni_free() function
|