Searched refs:nxtp (Results 1 – 1 of 1) sorted by relevance
1592 ip6_nexthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr() argument1609 if (nxtp) in ip6_nexthdr()1610 *nxtp = ip6.ip6_nxt; in ip6_nexthdr()1625 if (nxtp) in ip6_nexthdr()1626 *nxtp = fh.ip6f_nxt; in ip6_nexthdr()1634 if (nxtp) in ip6_nexthdr()1635 *nxtp = ip6e.ip6e_nxt; in ip6_nexthdr()1645 if (nxtp) in ip6_nexthdr()1646 *nxtp = ip6e.ip6e_nxt; in ip6_nexthdr()1667 ip6_lasthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_lasthdr() argument[all …]