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

  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.h 52 } ippool_dst_t; typedef in typeref:struct:ippool_dst
ip_dstlist.c 78 ippool_dst_t *dstlist[LOOKUP_POOL_SZ];
79 ippool_dst_t **tails[LOOKUP_POOL_SZ];
92 static void ipf_dstlist_table_free(ipf_dstl_softc_t *, ippool_dst_t *);
110 ipf_dstl_softc_t *, ippool_dst_t *);
112 ippool_dst_t *);
113 static ipf_dstnode_t *ipf_dstlist_select(fr_info_t *, ippool_dst_t *);
115 static void ipf_dstlist_node_free(ipf_dstl_softc_t *, ippool_dst_t *, ipf_dstnode_t *);
269 ippool_dst_t *node, *next;
321 ipf_dstlist_table_deref(softc, arg, (ippool_dst_t *)data);
350 ippool_dst_t zero, *next = NULL, *dsttab = NULL
    [all...]

Completed in 12 milliseconds