Searched refs:M_SECA (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/netkey/ |
| H A D | keydb.c | 81 MALLOC_DEFINE(M_SECA, "key mgmt", "security associations, key management"); 113 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, M_NOWAIT | M_ZERO); in keydb_newsecashead() 116 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, in keydb_newsecashead() 134 _FREE(p, M_SECA); 149 p = (struct secasvar *)_MALLOC(sizeof(*p), M_SECA, M_WAITOK); 188 _FREE(p, M_SECA); 246 p = (struct secreg *)_MALLOC(sizeof(*p), M_SECA, M_WAITOK); 257 _FREE(p, M_SECA);
|
| H A D | key.c | 355 ((p) = (t) _MALLOC((n), M_SECA, M_WAITOK)) 357 ((p) = (t) _MALLOC((n), M_SECA, M_NOWAIT)) 359 _FREE((caddr_t)(p), M_SECA); 363 ((p) = (t)_MALLOC((u_int32_t)(n), M_SECA, M_WAITOK)); \ 369 ((p) = (t)_MALLOC((u_int32_t)(n), M_SECA, M_NOWAIT)); \ 377 _FREE((caddr_t)(p), M_SECA); \
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | malloc.h | 121 #define M_SECA 81 /* security associations, key management */ macro
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ipsec.c | 1558 M_SECA, M_WAITOK | M_ZERO); in ipsec_deepcopy_policy() 1587 FREE(p, M_SECA); in ipsec_deepcopy_policy()
|