Home
last modified time | relevance | path

Searched refs:CCZALLOC (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm_cust.h53 #define CCZALLOC(S) (malloc((S), M_NG_CCATM, M_NOWAIT | M_ZERO)) macro
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_user.c111 user = CCZALLOC(sizeof(*user)); in cc_user_create()
994 act = CCZALLOC(sizeof(*act)); in cc_user_active()
1004 act = CCZALLOC(sizeof(*act)); in cc_user_active()
1229 user->sap = CCZALLOC(sizeof(struct uni_sap)); in cc_user_sig_handle()
1438 act = CCZALLOC(sizeof(*act)); in cc_user_sig_handle()
1449 act = CCZALLOC(sizeof(*act)); in cc_user_sig_handle()
1536 ind = CCZALLOC(sizeof(*ind)); in cc_user_sig_handle()
1622 succ = CCZALLOC(sizeof(*succ)); in cc_user_sig_handle()
1643 reject = CCZALLOC(sizeof(*reject)); in cc_user_sig_handle()
1710 drop = CCZALLOC(sizeof(*drop)); in cc_user_sig_handle()
H A Dcc_port.c78 port = CCZALLOC(sizeof(*port)); in cc_port_create()
284 a = CCZALLOC(sizeof(*a)); in cc_addr_register()
462 list = CCZALLOC(*lenp); in cc_get_local_port_info()
H A Dcc_sig.c96 s = CCZALLOC(sizeof(struct ccsig)); in sig_alloc()
H A Dcc_conn.c138 r = CCZALLOC(sizeof(*r)); in cc_send_uni()
228 conn = CCZALLOC(sizeof(*conn)); in cc_conn_create()
341 party = CCZALLOC(sizeof(*party)); in cc_party_create()