Home
last modified time | relevance | path

Searched refs:nexthdr (Results 1 – 9 of 9) sorted by relevance

/include/linux/netfilter_ipv6/
Dip6_tables.h291 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/
Dip.h122 __u8 nexthdr; member
137 __u8 nexthdr; member
143 __u8 nexthdr; member
Dipv6.h43 __u8 nexthdr; member
56 __u8 nexthdr; member
124 __u8 nexthdr; member
/include/net/
Drawv6.h6 void raw6_icmp_error(struct sk_buff *, int nexthdr,
Dxfrm.h1457 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);
Dipv6.h105 __u8 nexthdr; member
557 extern int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr);
617 extern int ipv6_ext_hdr(u8 nexthdr);
Dpkt_cls.h145 int nexthdr; member
Daddrconf.h155 extern int ipv6_is_mld(struct sk_buff *skb, int nexthdr);
Dip_vs.h122 iphdr->protocol = iph->nexthdr; in ip_vs_fill_iphdr()