Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_encap.c112 static struct encaptab_head ipv4_encaptab = CK_LIST_HEAD_INITIALIZER(); variable
356 return (encap_attach(&ipv4_encaptab, cfg, arg, mflags)); in ip_encap_attach()
363 return (encap_detach(&ipv4_encaptab, cookie)); in ip_encap_detach()
370 if (encap_input(&ipv4_encaptab, *mp, *offp, proto) != IPPROTO_DONE) in encap4_input()