Searched refs:nexthdr (Results 1 - 8 of 8) sorted by relevance

/include/linux/netfilter_ipv6/
H A Dip6_tables.h40 ip6t_ext_hdr(u8 nexthdr) argument
41 { return (nexthdr == IPPROTO_HOPOPTS) ||
42 (nexthdr == IPPROTO_ROUTING) ||
43 (nexthdr == IPPROTO_FRAGMENT) ||
44 (nexthdr == IPPROTO_ESP) ||
45 (nexthdr == IPPROTO_AH) ||
46 (nexthdr == IPPROTO_NONE) ||
47 (nexthdr == IPPROTO_DSTOPTS);
/include/net/
H A Drawv6.h6 void raw6_icmp_error(struct sk_buff *, int nexthdr,
H A Daddrconf.h174 static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset) argument
178 if (nexthdr != IPPROTO_ICMPV6 ||
H A Dxfrm.h1355 int (*input_handler)(struct sk_buff *skb, int nexthdr, __be32 spi,
1507 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type);
1508 int xfrm_input_resume(struct sk_buff *skb, int nexthdr);
1515 int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi,
1520 static inline int xfrm4_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi) argument
1525 return xfrm_input(skb, nexthdr, spi, 0);
1540 int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi);
1623 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
H A Dpkt_cls.h147 int nexthdr; member in struct:tcf_pkt_info
H A Dipv6.h108 __u8 nexthdr; member in struct:frag_hdr
778 int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr);
823 bool ipv6_ext_hdr(u8 nexthdr);
/include/uapi/linux/
H A Dipv6.h43 __u8 nexthdr; member in struct:ipv6_rt_hdr
56 __u8 nexthdr; member in struct:ipv6_opt_hdr
123 __u8 nexthdr; member in struct:ipv6hdr
H A Dip.h109 __u8 nexthdr; member in struct:ip_auth_hdr
124 __u8 nexthdr; member in struct:ip_comp_hdr
130 __u8 nexthdr; member in struct:ip_beet_phdr

Completed in 322 milliseconds