Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_rss.c280 off = ip6_lasthdr(m, off, proto, &nxt); in rss_mbuf_software_hash_v6()
H A Dip6_var.h361 int ip6_lasthdr(const struct mbuf *, int, int, int *);
H A Dip6_input.c1703 ip6_lasthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_lasthdr() function
H A Dicmp6.c319 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt); in icmp6_error()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h361 int ip6_lasthdr(const struct mbuf *, int, int, int *);
/f-stack/freebsd/netipsec/
H A Dipsec.c694 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt); in ipsec6_get_ulp()