Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c814 radix_softc_t *softr; in ipf_rx_inithead()
884 radix_softc_t *softr; in ipf_rx_create() local
887 if (softr == NULL) in ipf_rx_create()
889 bzero((char *)softr, sizeof(*softr)); in ipf_rx_create()
892 if (softr->zeros == NULL) { in ipf_rx_create()
893 KFREE(softr); in ipf_rx_create()
896 softr->ones = softr->zeros + sizeof(addrfamily_t); in ipf_rx_create()
898 return softr; in ipf_rx_create()
911 radix_softc_t *softr = ctx; local
931 if (softr->zeros != NULL)
[all …]