Searched refs:ip6_nexthdr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_rss.c | 254 newoff = ip6_nexthdr(m, off, proto, &nxt); in rss_mbuf_software_hash_v6()
|
H A D | ip6_var.h | 378 int ip6_nexthdr(const struct mbuf *, int, int, int *);
|
H A D | ip6_input.c | 1638 ip6_nexthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr() 1646 panic("ip6_nexthdr: m == NULL"); in ip6_nexthdr() 1723 newoff = ip6_nexthdr(m, off, proto, nxtp); in ip6_lasthdr() 1627 ip6_nexthdr(const struct mbuf *m, int off, int proto, int *nxtp) ip6_nexthdr() function
|