Searched refs:R_Zalloc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | radix.h | 155 #define R_Zalloc(p, t, n) (p = (t) calloc(1,(unsigned int)(n))) macro 159 #define R_Zalloc(p, t, n) (p = (t) malloc((unsigned long)(n), M_RTABLE, M_NOWAIT | M_ZERO)) macro
|
| H A D | radix.c | 522 R_Zalloc(x, struct radix_node *, RADIX_MAX_KEY_LEN + 2 * sizeof (*x)); in rn_addmask() 1133 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead() 1134 R_Zalloc(rmh, struct radix_mask_head *, sizeof (*rmh)); in rn_inithead()
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 155 #define R_Zalloc(p, t, n) (p = (t) calloc(1,(unsigned int)(n))) macro 159 #define R_Zalloc(p, t, n) (p = (t) malloc((unsigned long)(n), M_RTABLE, M_NOWAIT | M_ZERO)) macro
|