Searched refs:softr (Results 1 – 1 of 1) sorted by relevance
792 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp) in ipf_rx_inithead() argument820 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() local862 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 …]