Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h63 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 Dng_uni.c859 ng_uni_free(enum unimem type, void *ptr, const char *file, u_int lno) in ng_uni_free() function