Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_encap.h125 const struct encaptab *encap_attach_func(int, int,
H A Dip_encap.c549 encap_attach_func(int af, int proto, in encap_attach_func() function
H A Dip_mroute.c818 vifp->v_encap_cookie = encap_attach_func(AF_INET, IPPROTO_IPV4, in add_vif()
/netbsd-src/sys/netipsec/
H A Dxform_ipip.c608 (void)encap_attach_func(AF_INET, -1, ipe4_encapcheck, &ipe4_encapsw, in ipe4_attach()
612 (void)encap_attach_func(AF_INET6, -1, ipe4_encapcheck, &ipe4_encapsw6, in ipe4_attach()
/netbsd-src/sys/net/
H A Dif_stf.c223 sc->encap_cookie = encap_attach_func(AF_INET, IPPROTO_IPV6, in stf_clone_create()