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

/netbsd-current/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);
188 encap_map[1] = thmap_create(0, NULL, THMAP_NOCOPY);
202 thmap_t *emap = encap_map[0];
364 thmap_t *emap = encap_map[1];
658 emap = encap_map[0];
663 emap = encap_map[1];
819 emap = encap_map[0];
823 emap = encap_map[1];

Completed in 198 milliseconds