Searched refs:softr (Results 1 – 1 of 1) sorted by relevance
814 radix_softc_t *softr; in ipf_rx_inithead()884 radix_softc_t *softr; in ipf_rx_create() local887 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; local931 if (softr->zeros != NULL)[all …]