Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_encap.c144 static thmap_t *encap_map[2]; /* 0 for AF_INET, 1 for AF_INET6 */ variable
186 encap_map[0] = thmap_create(0, NULL, THMAP_NOCOPY); in encap_init()
188 encap_map[1] = thmap_create(0, NULL, THMAP_NOCOPY); in encap_init()
202 thmap_t *emap = encap_map[0]; in encap4_lookup()
364 thmap_t *emap = encap_map[1]; in encap6_lookup()
658 emap = encap_map[0]; in encap_attach_addr()
663 emap = encap_map[1]; in encap_attach_addr()
819 emap = encap_map[0]; in encap_detach_addr()
823 emap = encap_map[1]; in encap_detach_addr()