Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_rss.c224 int off, newoff; in rss_mbuf_software_hash_v6() local
262 newoff = ip6_nexthdr(m, off, proto, &nxt); in rss_mbuf_software_hash_v6()
263 if (newoff < 0) in rss_mbuf_software_hash_v6()
265 off = newoff; in rss_mbuf_software_hash_v6()
H A Dip6_input.c1705 int newoff; in ip6_lasthdr() local
1713 newoff = ip6_nexthdr(m, off, proto, nxtp); in ip6_lasthdr()
1714 if (newoff < 0) in ip6_lasthdr()
1716 else if (newoff < off) in ip6_lasthdr()
1718 else if (newoff == off) in ip6_lasthdr()
1719 return newoff; in ip6_lasthdr()
1721 off = newoff; in ip6_lasthdr()