Searched refs:nexthdr (Results 1 – 9 of 9) sorted by relevance
/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 291 ip6t_ext_hdr(u8 nexthdr) in ip6t_ext_hdr() argument 292 { return (nexthdr == IPPROTO_HOPOPTS) || in ip6t_ext_hdr() 293 (nexthdr == IPPROTO_ROUTING) || in ip6t_ext_hdr() 294 (nexthdr == IPPROTO_FRAGMENT) || in ip6t_ext_hdr() 295 (nexthdr == IPPROTO_ESP) || in ip6t_ext_hdr() 296 (nexthdr == IPPROTO_AH) || in ip6t_ext_hdr() 297 (nexthdr == IPPROTO_NONE) || in ip6t_ext_hdr() 298 (nexthdr == IPPROTO_DSTOPTS); in ip6t_ext_hdr()
|
/include/linux/ |
D | ip.h | 122 __u8 nexthdr; member 137 __u8 nexthdr; member 143 __u8 nexthdr; member
|
D | ipv6.h | 43 __u8 nexthdr; member 56 __u8 nexthdr; member 124 __u8 nexthdr; member
|
/include/net/ |
D | rawv6.h | 6 void raw6_icmp_error(struct sk_buff *, int nexthdr,
|
D | xfrm.h | 1457 extern int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, 1459 extern int xfrm_input_resume(struct sk_buff *skb, int nexthdr); 1465 extern int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, 1470 static inline int xfrm4_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi) in xfrm4_rcv_spi() argument 1472 return xfrm4_rcv_encap(skb, nexthdr, spi, 0); in xfrm4_rcv_spi() 1483 extern int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi); 1556 extern int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
|
D | ipv6.h | 105 __u8 nexthdr; member 557 extern int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr); 617 extern int ipv6_ext_hdr(u8 nexthdr);
|
D | pkt_cls.h | 145 int nexthdr; member
|
D | addrconf.h | 155 extern int ipv6_is_mld(struct sk_buff *skb, int nexthdr);
|
D | ip_vs.h | 122 iphdr->protocol = iph->nexthdr; in ip_vs_fill_iphdr()
|