Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c792 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp) in ipf_rx_inithead() argument
820 node[0].addrkey = (u_32_t *)softr->zeros; in ipf_rx_inithead()
821 node[2].addrkey = (u_32_t *)softr->ones; in ipf_rx_inithead()
860 radix_softc_t *softr; in ipf_rx_create() local
862 KMALLOC(softr, radix_softc_t *); in ipf_rx_create()
863 if (softr == NULL) in ipf_rx_create()
865 bzero((char *)softr, sizeof(*softr)); in ipf_rx_create()
867 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t)); in ipf_rx_create()
868 if (softr->zeros == NULL) { in ipf_rx_create()
869 KFREE(softr); in ipf_rx_create()
[all …]