Home
last modified time | relevance | path

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

/netbsd/sys/dist/pf/net/
H A Dpf_table.c780 if (kt->pfrkt_ip6 != NULL) in pfr_enqueue_addrs()
815 head = kt->pfrkt_ip6; in pfr_lookup_addr()
1015 head = kt->pfrkt_ip6; in pfr_route_kentry()
1039 head = kt->pfrkt_ip6; in pfr_unroute_kentry()
1737 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
1738 shadow->pfrkt_ip6); in pfr_commit_ktable()
1945 kt->pfrkt_ip6 = h6; in pfr_create_ktable()
1977 if (kt->pfrkt_ip6 != NULL) in pfr_destroy_ktable()
1978 free((void *)kt->pfrkt_ip6, M_RTABLE); in pfr_destroy_ktable()
2193 kt->pfrkt_ip6); in pfr_pool_get()
[all …]
H A Dpfvar.h1014 struct radix_node_head *pfrkt_ip6; member