Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h65 #define INS_ALLOC() ng_uni_malloc(UNIMEM_INS, __FILE__, __LINE__) macro
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c179 if ((uni = INS_ALLOC()) == NULL) in uni_create()