Lines Matching defs:nexthdr
141 static bool ipv6_raw_deliver(struct sk_buff *skb, int nexthdr)
154 hash = raw_hashfunc(net, nexthdr);
160 if (!raw_v6_match(net, sk, nexthdr, daddr, saddr,
171 switch (nexthdr) {
211 bool raw6_local_deliver(struct sk_buff *skb, int nexthdr)
213 return ipv6_raw_deliver(skb, nexthdr);
335 void raw6_icmp_error(struct sk_buff *skb, int nexthdr,
343 hash = raw_hashfunc(net, nexthdr);
350 if (!raw_v6_match(net, sk, nexthdr, &ip6h->saddr, &ip6h->daddr,
789 /* port is the proto value [0..255] carried in nexthdr */