HomeSort by: relevance | last modified time | path
    Searched refs:softd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_dns_pxy.c 65 ipf_dns_softc_t *softd; local
67 KMALLOC(softd, ipf_dns_softc_t *);
68 if (softd == NULL)
71 bzero((char *)softd, sizeof(*softd));
72 RWLOCK_INIT(&softd->ipf_p_dns_rwlock, "ipf dns rwlock");
74 return softd;
81 ipf_dns_softc_t *softd = arg; local
84 while ((idns = softd->ipf_p_dns_list) != NULL) {
88 softd->ipf_p_dns_list = idns->idns_next
100 ipf_dns_softc_t *softd = arg; local
319 ipf_dns_softc_t *softd = arg; local
    [all...]
ip_dstlist.c 155 ipf_dstl_softc_t *softd; local
158 KMALLOC(softd, ipf_dstl_softc_t *);
159 if (softd == NULL) {
164 bzero((char *)softd, sizeof(*softd));
166 softd->tails[i] = &softd->dstlist[i];
168 return softd;
184 ipf_dstl_softc_t *softd = arg; local
186 KFREE(softd);
216 ipf_dstl_softc_t *softd = arg; local
268 ipf_dstl_softc_t *softd = arg; local
351 ipf_dstl_softc_t *softd = arg; local
472 ipf_dstl_softc_t *softd = arg; local
600 ipf_dstl_softc_t *softd = arg; local
636 ipf_dstl_softc_t *softd = arg; local
752 ipf_dstl_softc_t *softd = arg; local
805 ipf_dstl_softc_t *softd = arg; local
1006 ipf_dstl_softc_t *softd = arg; local
1270 ipf_dstl_softc_t *softd = arg; local
    [all...]

Completed in 18 milliseconds