Searched refs:fragoffs (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/net/netfilter/ipvs/ |
D | ip_vs_core.c | 815 unsigned short fragoffs; in ip_vs_nat_icmp_v6() local 817 ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL); in ip_vs_nat_icmp_v6() 822 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL); in ip_vs_nat_icmp_v6() 833 if (!fragoffs && (IPPROTO_TCP == protocol || IPPROTO_UDP == protocol || in ip_vs_nat_icmp_v6() 1007 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */ in ip_vs_out_icmp_v6() 1541 if (!iph->fragoffs) { in ip_vs_try_to_schedule() 1557 if (iph->fragoffs) in ip_vs_try_to_schedule() 1870 struct ip_vs_iphdr ciph = {.flags = 0, .fragoffs = 0};/*Contained IP */ in ip_vs_in_icmp_v6() 1914 if (ciph.fragoffs) in ip_vs_in_icmp_v6() 2057 if (conn_reuse_mode && !iph.fragoffs && is_new_conn(skb, &iph) && cp) { in ip_vs_in()
|
D | ip_vs_proto_udp.c | 145 if (cp->af == AF_INET6 && iph->fragoffs) in udp_snat_handler() 228 if (cp->af == AF_INET6 && iph->fragoffs) in udp_dnat_handler()
|
D | ip_vs_proto_sctp.c | 99 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_snat_handler() 146 if (cp->af == AF_INET6 && iph->fragoffs) in sctp_dnat_handler()
|
D | ip_vs_proto_tcp.c | 156 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_snat_handler() 234 if (cp->af == AF_INET6 && iph->fragoffs) in tcp_dnat_handler()
|
D | ip_vs_xmit.c | 227 if (!ipvsh->fragoffs && !ip_vs_iph_icmp(ipvsh)) in ensure_mtu_is_adequate() 862 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) { in ip_vs_nat_xmit_v6()
|
/Linux-v5.10/include/net/ |
D | ip_vs.h | 50 __u16 fragoffs; /* IPv6 fragment offset, 0 if first frag (or not frag)*/ member 88 &iphdr->fragoffs, in ip_vs_fill_iph_skb_off() 102 iphdr->fragoffs = 0; in ip_vs_fill_iph_skb_off()
|