Home
last modified time | relevance | path

Searched refs:R_Malloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net/
H A Dradix.h100 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\
130 #define R_Malloc(p, t, n) (p = (t) malloc((size_t)(n), M_RTABLE, M_NOWAIT)) macro
H A Dradix.c522 R_Malloc(x, struct radix_node *, max_keylen + 2 * sizeof (*x)); in rn_addmask()
1072 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead()
1129 R_Malloc(rn_zeros, char *, 3 * max_keylen); in rn_init()
H A Drtsock_shared.c632 R_Malloc(*new_rtm, struct rt_xmsghdr *, len); in route_output_report()
682 R_Malloc(rtm, struct rt_xmsghdr *, len); in COMPATNAME()
H A Droute.c1842 R_Malloc(rtq, struct rttimer_queue *, sizeof *rtq); in rt_timer_queue_create()