/src/sys/net/ |
radix.h | 135 int rn_inithead(void **, int);
|
radix.c | 1066 rn_inithead(void **head, int off) function in typeref:typename:int 1137 if (rn_inithead((void *)&mask_rnhead, 0) == 0) 1141 if (!rn_inithead(di->head, di->off)) 1142 panic("delayed rn_inithead failed");
|
if_wg.c | 4164 rn_inithead((void **)&wg->wg_rtable_ipv4, 4171 rn_inithead((void **)&wg->wg_rtable_ipv6,
|
/src/sys/netatalk/ |
at_rmx.c | 153 if (!rn_inithead(head, off))
|
/src/sbin/routed/ |
radix.h | 145 int rn_inithead(void **, int);
|
radix.c | 853 rn_inithead(void **head, int off) function in typeref:typename:int 859 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead"); 894 if (rn_inithead((void *)&mask_rnhead, 0) == 0)
|
table.c | 1652 rn_inithead((void*)&rhead, 32);
|
/src/sys/nfs/ |
nfs_export.c | 562 rn_inithead((void **)&nep->ne_rtable[i],
|
/src/sys/dist/pf/net/ |
pf_table.c | 1937 if (!rn_inithead(&h4, offsetof(struct sockaddr_in, sin_addr) * 8)) 1940 if (!rn_inithead(&h6, offsetof(struct sockaddr_in6, sin6_addr) * 8)) {
|