/linux/include/net/netfilter/ |
H A D | nf_tables_ipv6.h | 15 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); in nft_set_pktinfo_ipv6() 50 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); in __nft_set_pktinfo_ipv6_validate() 96 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); in nft_set_pktinfo_ipv6_ingress()
|
/linux/net/ipv6/ |
H A D | exthdrs_core.c | 188 int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset, in ipv6_find_hdr() function 282 EXPORT_SYMBOL(ipv6_find_hdr);
|
H A D | seg6.c | 81 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0) in seg6_get_srh()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6t_srh.c | 31 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh_mt6() 125 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh1_mt6()
|
H A D | ip6t_ah.c | 45 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL, NULL); in ah_mt6()
|
H A D | nf_socket_ipv6.c | 107 tproto = ipv6_find_hdr(skb, &thoff, -1, NULL, NULL); in nf_sk_lookup_slow_v6()
|
H A D | ip6t_frag.c | 43 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_FRAGMENT, NULL, NULL); in frag_mt6()
|
H A D | ip6t_hbh.c | 60 err = ipv6_find_hdr(skb, &ptr, in hbh_mt6()
|
H A D | ip6t_rt.c | 44 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_ROUTING, NULL, NULL); in rt_mt6()
|
H A D | ip6_tables.c | 82 protohdr = ipv6_find_hdr(skb, protoff, -1, &_frag_off, NULL); in ip6_packet_match()
|
/linux/net/netfilter/ |
H A D | xt_HMARK.c | 175 nexthdr = ipv6_find_hdr(skb, &nhoff, -1, &fragoff, &flag); in hmark_pkt_set_htuple_ipv6() 188 nexthdr = ipv6_find_hdr(skb, &nhoff, -1, &fragoff, &flag); in hmark_pkt_set_htuple_ipv6()
|
H A D | xt_TPROXY.c | 116 tproto = ipv6_find_hdr(skb, &thoff, -1, NULL, NULL); in tproxy_tg6_v1()
|
H A D | xt_l2tp.c | 193 ipproto = ipv6_find_hdr(skb, &thoff, -1, &fragoff, NULL); in l2tp_mt6()
|
H A D | nft_inner.c | 154 l4proto = ipv6_find_hdr(pkt->skb, &thoff, -1, &fragoff, &fh_flags); in nft_inner_parse_l2l3()
|
H A D | nft_exthdr.c | 58 err = ipv6_find_hdr(pkt->skb, &offset, priv->type, NULL, NULL); in nft_exthdr_ipv6_eval()
|
/linux/net/sched/ |
H A D | act_pedit.c | 349 ret = ipv6_find_hdr(skb, hoffset, header_type, NULL, NULL) == header_type ? 0 : -EINVAL; in pedit_l4_skb_offset()
|
H A D | act_ct.c | 829 nexthdr = ipv6_find_hdr(skb, &payload_ofs, -1, &frag_off, &flags); in tcf_ct_ipv6_is_fragment()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 805 ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL); in ip_vs_nat_icmp_v6() 810 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
|
/linux/net/openvswitch/ |
H A D | flow.c | 409 nexthdr = ipv6_find_hdr(skb, &payload_ofs, -1, &frag_off, &flags); in parse_ipv6hdr()
|
H A D | actions.c | 588 recalc_csum = (ipv6_find_hdr(skb, &offset, in set_ipv6()
|
/linux/include/net/ |
H A D | ip_vs.h | 90 iphdr->protocol = ipv6_find_hdr(skb, &iphdr->len, -1, in ip_vs_fill_iph_skb_off()
|
/linux/net/core/ |
H A D | filter.c | 6513 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4() 6537 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state() 6574 if (ipv6_find_hdr(skb, &hdroff, IPPROTO_IPV6, NULL, NULL) < 0) in BPF_CALL_4() 6663 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 2909 ipv6_find_hdr(skb, &h_offset, IPPROTO_TCP, NULL, NULL); in i40e_atr()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4927 proto = ipv6_find_hdr(skb, &offset, -1, NULL, NULL); in mlx5e_tunnel_features_check()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 8898 l4_proto = ipv6_find_hdr(skb, &hlen, IPPROTO_TCP, NULL, NULL); in ixgbe_atr()
|