Searched refs:ip_encap_attach (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_encap.h | 65 const struct encaptab *ip_encap_attach(const struct encap_config *,
|
| HD | ip_encap.c | 353 ip_encap_attach(const struct encap_config *cfg, void *arg, int mflags) in ip_encap_attach() function
|
| HD | in_gif.c | 427 ipv4_encap_cfg[i].cookie = ip_encap_attach( in in_gif_init()
|
| HD | ip_gre.c | 564 ecookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in in_gre_init()
|
| HD | ip_mroute.c | 2828 pim_encap_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in ip_mroute_modevent()
|
| /freebsd-14-stable/sys/net/ |
| HD | if_me.c | 670 ecookie = ip_encap_attach(&me_encap_cfg, NULL, M_WAITOK); in memodevent()
|
| HD | if_stf.c | 291 sc->encap_cookie = ip_encap_attach(&ipv4_encap_cfg, sc, M_WAITOK); in stf_clone_create()
|
| /freebsd-14-stable/sys/netipsec/ |
| HD | xform_ipcomp.c | 757 ipe4_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in ipcomp_attach()
|