Searched refs:ipv6_find_hdr (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables_ipv6.h | 18 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, NULL); in nft_set_pktinfo_ipv6()
|
/linux-4.1.27/net/ipv6/ |
D | exthdrs_core.c | 185 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/ |
D | ip6t_ah.c | 48 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL, NULL); in ah_mt6()
|
D | ip6t_hbh.c | 63 err = ipv6_find_hdr(skb, &ptr, in hbh_mt6()
|
D | ip6t_frag.c | 46 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_FRAGMENT, NULL, NULL); in frag_mt6()
|
D | ip6t_rt.c | 52 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_ROUTING, NULL, NULL); in rt_mt6()
|
D | ip6_tables.c | 140 protohdr = ipv6_find_hdr(skb, protoff, -1, &_frag_off, NULL); in ip6_packet_match()
|
/linux-4.1.27/net/netfilter/ |
D | nft_exthdr.c | 37 err = ipv6_find_hdr(pkt->skb, &offset, priv->type, NULL, NULL); in nft_exthdr_eval()
|
D | xt_HMARK.c | 176 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()
|
D | xt_l2tp.c | 196 ipproto = ipv6_find_hdr(skb, &thoff, -1, &fragoff, NULL); in l2tp_mt6()
|
D | xt_socket.c | 341 tproto = ipv6_find_hdr(skb, &thoff, -1, NULL, NULL); in xt_socket_lookup_slow_v6()
|
D | xt_TPROXY.c | 461 tproto = ipv6_find_hdr(skb, &thoff, -1, NULL, NULL); in tproxy_tg6_v1()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_core.c | 765 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/ |
D | ipv6.h | 872 int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset, int target,
|
D | ip_vs.h | 151 iphdr->protocol = ipv6_find_hdr(skb, &iphdr->len, -1, in ip_vs_fill_iph_skb()
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 461 recalc_csum = (ipv6_find_hdr(skb, &offset, in set_ipv6()
|