Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_encap.c292 encap_input(struct encaptab_head *head, struct mbuf *m, int off, int proto) in encap_input() function
372 if (encap_input(&ipv4_encaptab, *mp, *offp, proto) != IPPROTO_DONE) in encap4_input()
411 if (encap_input(&ipv6_encaptab, *mp, *offp, proto) != IPPROTO_DONE) in encap6_input()