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

  /src/sys/netinet/
ip_encap.c 144 static thmap_t *encap_map[2]; /* 0 for AF_INET, 1 for AF_INET6 */ variable in typeref:typename:thmap_t * [2]
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];
ip_encap.c 144 static thmap_t *encap_map[2]; /* 0 for AF_INET, 1 for AF_INET6 */ variable in typeref:typename:thmap_t * [2]
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 36 milliseconds