Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/netfilter_ipv6/
Dip6_tables.h40 ip6t_ext_hdr(u8 nexthdr) in ip6t_ext_hdr() argument
41 { return (nexthdr == IPPROTO_HOPOPTS) || in ip6t_ext_hdr()
42 (nexthdr == IPPROTO_ROUTING) || in ip6t_ext_hdr()
43 (nexthdr == IPPROTO_FRAGMENT) || in ip6t_ext_hdr()
44 (nexthdr == IPPROTO_ESP) || in ip6t_ext_hdr()
45 (nexthdr == IPPROTO_AH) || in ip6t_ext_hdr()
46 (nexthdr == IPPROTO_NONE) || in ip6t_ext_hdr()
47 (nexthdr == IPPROTO_DSTOPTS); in ip6t_ext_hdr()
/linux-4.19.296/include/uapi/linux/
Dipv6.h49 __u8 nexthdr; member
62 __u8 nexthdr; member
129 __u8 nexthdr; member
Dip.h110 __u8 nexthdr; member
125 __u8 nexthdr; member
131 __u8 nexthdr; member
Dseg6.h25 __u8 nexthdr; member
/linux-4.19.296/include/net/
Drawv6.h14 void raw6_icmp_error(struct sk_buff *, int nexthdr,
Dxfrm.h1498 int (*input_handler)(struct sk_buff *skb, int nexthdr, __be32 spi,
1652 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type);
1653 int xfrm_input_resume(struct sk_buff *skb, int nexthdr);
1663 int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi,
1667 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
1669 static inline int xfrm4_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi) in xfrm4_rcv_spi() argument
1674 return xfrm_input(skb, nexthdr, spi, 0); in xfrm4_rcv_spi()
1689 int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi,
1786 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
Daddrconf.h276 static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset) in ipv6_is_mld() argument
280 if (nexthdr != IPPROTO_ICMPV6 || in ipv6_is_mld()
Dvxlan.h302 l4_hdr = ipv6_hdr(skb)->nexthdr; in vxlan_features_check()
Dipv6.h148 __u8 nexthdr; member
924 int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr);
991 bool ipv6_ext_hdr(u8 nexthdr);
Dpkt_cls.h407 int nexthdr; member
/linux-4.19.296/drivers/s390/net/
Dqeth_core.h903 (ipv == 6 && ipv6_hdr(skb)->nexthdr == IPPROTO_UDP)) in qeth_tx_csum()