Searched refs:ipv4_encap_cfg (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_gif.c | 381 } ipv4_encap_cfg[] = { variable 426 for (i = 0; i < nitems(ipv4_encap_cfg); i++) in in_gif_init() 427 ipv4_encap_cfg[i].cookie = ip_encap_attach( in in_gif_init() 428 &ipv4_encap_cfg[i].encap, NULL, M_WAITOK); in in_gif_init() 437 for (i = 0; i < nitems(ipv4_encap_cfg); i++) in in_gif_uninit() 438 ip_encap_detach(ipv4_encap_cfg[i].cookie); in in_gif_uninit()
|
H A D | ip_gre.c | 548 static const struct encap_config ipv4_encap_cfg = { variable 564 ecookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in in_gre_init()
|
H A D | ip_mroute.c | 246 static const struct encap_config ipv4_encap_cfg = { variable 2851 pim_encap_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in ip_mroute_modevent()
|
/freebsd/sys/netipsec/ |
H A D | xform_ipcomp.c | 691 static const struct encap_config ipv4_encap_cfg = { variable 757 ipe4_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in ipcomp_attach()
|
/freebsd/sys/net/ |
H A D | if_stf.c | 220 static const struct encap_config ipv4_encap_cfg = { variable 291 sc->encap_cookie = ip_encap_attach(&ipv4_encap_cfg, sc, M_WAITOK); in stf_clone_create()
|