Searched refs:nexthdr (Results 1 – 13 of 13) sorted by relevance
| /include/linux/ |
| D | netfilter_ipv6.h | 16 nf_ip6_ext_hdr(u8 nexthdr) in nf_ip6_ext_hdr() argument 17 { return (nexthdr == IPPROTO_HOPOPTS) || in nf_ip6_ext_hdr() 18 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr() 19 (nexthdr == IPPROTO_FRAGMENT) || in nf_ip6_ext_hdr() 20 (nexthdr == IPPROTO_ESP) || in nf_ip6_ext_hdr() 21 (nexthdr == IPPROTO_AH) || in nf_ip6_ext_hdr() 22 (nexthdr == IPPROTO_NONE) || in nf_ip6_ext_hdr() 23 (nexthdr == IPPROTO_DSTOPTS); in nf_ip6_ext_hdr()
|
| /include/uapi/linux/ |
| D | ipv6.h | 51 __u8 nexthdr; member 64 __u8 nexthdr; member 131 __u8 nexthdr; member
|
| D | ip.h | 113 __u8 nexthdr; member 128 __u8 nexthdr; member 134 __u8 nexthdr; member
|
| D | seg6.h | 25 __u8 nexthdr; member
|
| D | rpl.h | 20 __u8 nexthdr; member
|
| /include/net/ |
| D | ipv6_frag.h | 119 u8 nexthdr = *nexthdrp; in ipv6frag_thdr_truncated() local 123 offset = ipv6_skip_exthdr(skb, start, &nexthdr, &frag_off); in ipv6frag_thdr_truncated() 126 switch (nexthdr) { in ipv6frag_thdr_truncated()
|
| D | rawv6.h | 15 void raw6_icmp_error(struct sk_buff *, int nexthdr,
|
| D | ipv6.h | 148 __u8 nexthdr; member 158 u8 nexthdr; member 174 u8 nexthdr; member 178 u8 nexthdr, __be32 frag_id, 202 u8 nexthdr; member 207 u8 nexthdr, __be32 frag_id, struct ip6_frag_state *state); 485 if (nhdr->nexthdr != NEXTHDR_HOP) in ipv6_has_hopopt_jumbo() 490 jhdr->nexthdr != IPPROTO_TCP) in ipv6_has_hopopt_jumbo() 492 return jhdr->nexthdr; in ipv6_has_hopopt_jumbo() 502 int nexthdr = ipv6_has_hopopt_jumbo(skb); in ipv6_hopopt_jumbo_remove() local [all …]
|
| D | ipv6_stubs.h | 67 int (*xfrm6_rcv_encap)(struct sk_buff *skb, int nexthdr, __be32 spi,
|
| D | xfrm.h | 1544 int (*input_handler)(struct sk_buff *skb, int nexthdr, __be32 spi, 1555 int (*input_handler)(struct sk_buff *skb, int nexthdr, __be32 spi, 1721 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type); 1722 int xfrm_input_resume(struct sk_buff *skb, int nexthdr); 1735 int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, 1740 static inline int xfrm4_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi) in xfrm4_rcv_spi() argument 1745 return xfrm_input(skb, nexthdr, spi, 0); in xfrm4_rcv_spi() 1754 int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi, 1756 int xfrm6_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, 1850 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
|
| D | addrconf.h | 264 static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset) in ipv6_is_mld() argument 268 if (nexthdr != IPPROTO_ICMPV6 || in ipv6_is_mld()
|
| D | vxlan.h | 372 l4_hdr = ipv6_hdr(skb)->nexthdr; in vxlan_features_check()
|
| D | pkt_cls.h | 387 int nexthdr; member
|