Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto_udp.c140 unsigned int udphoff = iph->len; in udp_snat_handler() local
148 oldlen = skb->len - udphoff; in udp_snat_handler()
151 if (skb_ensure_writable(skb, udphoff + sizeof(*udph))) in udp_snat_handler()
168 oldlen = skb->len - udphoff; in udp_snat_handler()
173 udph = (void *)skb_network_header(skb) + udphoff; in udp_snat_handler()
182 htons(skb->len - udphoff)); in udp_snat_handler()
193 skb->csum = skb_checksum(skb, udphoff, skb->len - udphoff, 0); in udp_snat_handler()
198 skb->len - udphoff, in udp_snat_handler()
204 skb->len - udphoff, in udp_snat_handler()
223 unsigned int udphoff = iph->len; in udp_dnat_handler() local
[all …]