Home
last modified time | relevance | path

Searched refs:ipv6_find_hdr (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_tables_ipv6.h18 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, NULL); in nft_set_pktinfo_ipv6()
/linux-4.1.27/net/ipv6/
Dexthdrs_core.c185 int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset, in ipv6_find_hdr() function
280 EXPORT_SYMBOL(ipv6_find_hdr);
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_ah.c48 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL, NULL); in ah_mt6()
Dip6t_hbh.c63 err = ipv6_find_hdr(skb, &ptr, in hbh_mt6()
Dip6t_frag.c46 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_FRAGMENT, NULL, NULL); in frag_mt6()
Dip6t_rt.c52 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_ROUTING, NULL, NULL); in rt_mt6()
Dip6_tables.c140 protohdr = ipv6_find_hdr(skb, protoff, -1, &_frag_off, NULL); in ip6_packet_match()
/linux-4.1.27/net/netfilter/
Dnft_exthdr.c37 err = ipv6_find_hdr(pkt->skb, &offset, priv->type, NULL, NULL); in nft_exthdr_eval()
Dxt_HMARK.c176 nexthdr = ipv6_find_hdr(skb, &nhoff, -1, &fragoff, &flag); in hmark_pkt_set_htuple_ipv6()
189 nexthdr = ipv6_find_hdr(skb, &nhoff, -1, &fragoff, &flag); in hmark_pkt_set_htuple_ipv6()
Dxt_l2tp.c196 ipproto = ipv6_find_hdr(skb, &thoff, -1, &fragoff, NULL); in l2tp_mt6()
Dxt_socket.c341 tproto = ipv6_find_hdr(skb, &thoff, -1, NULL, NULL); in xt_socket_lookup_slow_v6()
Dxt_TPROXY.c461 tproto = ipv6_find_hdr(skb, &thoff, -1, NULL, NULL); in tproxy_tg6_v1()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_core.c765 ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
770 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
995 ciph.protocol = ipv6_find_hdr(skb, &ciph.len, -1, &ciph.fragoffs, NULL); in ip_vs_out_icmp_v6()
1558 ciph.protocol = ipv6_find_hdr(skb, &ciph.len, -1, &ciph.fragoffs, NULL); in ip_vs_in_icmp_v6()
/linux-4.1.27/include/net/
Dipv6.h872 int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset, int target,
Dip_vs.h151 iphdr->protocol = ipv6_find_hdr(skb, &iphdr->len, -1, in ip_vs_fill_iph_skb()
/linux-4.1.27/net/openvswitch/
Dactions.c461 recalc_csum = (ipv6_find_hdr(skb, &offset, in set_ipv6()