Home
last modified time | relevance | path

Searched refs:fragoffs (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_core.c981 unsigned short fragoffs; in ip_vs_nat_icmp_v6() local
983 ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
988 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL); in ip_vs_nat_icmp_v6()
999 if (!fragoffs && (IPPROTO_TCP == protocol || IPPROTO_UDP == protocol || in ip_vs_nat_icmp_v6()
1173 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */ in ip_vs_out_icmp_v6()
1651 if (!iph->fragoffs) { in ip_vs_try_to_schedule()
1667 if (iph->fragoffs) in ip_vs_try_to_schedule()
1984 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */ in ip_vs_in_icmp_v6()
2028 if (ciph.fragoffs) in ip_vs_in_icmp_v6()
2172 if (!iph.fragoffs && is_new_conn(skb, &iph) && cp) { in ip_vs_in_hook()
H A Dip_vs_proto_udp.c145 if (cp->af == AF_INET6 && iph->fragoffs) in udp_snat_handler()
228 if (cp->af == AF_INET6 && iph->fragoffs) in udp_dnat_handler()
H A Dip_vs_proto_sctp.c100 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_snat_handler()
148 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_dnat_handler()
H A Dip_vs_proto_tcp.c156 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_snat_handler()
234 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_dnat_handler()
/linux/include/net/
H A Dip_vs.h65 __u16 fragoffs; /* IPv6 fragment offset, 0 if first frag (or not frag)*/ member
103 &iphdr->fragoffs, in ip_vs_fill_iph_skb_off()
117 iphdr->fragoffs = 0; in ip_vs_fill_iph_skb_off()