Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto_udp.c141 unsigned int udphoff = iph->len; in udp_snat_handler() local
149 oldlen = skb->len - udphoff; in udp_snat_handler()
152 if (!skb_make_writable(skb, udphoff+sizeof(*udph))) in udp_snat_handler()
169 oldlen = skb->len - udphoff; in udp_snat_handler()
174 udph = (void *)skb_network_header(skb) + udphoff; in udp_snat_handler()
183 htons(skb->len - udphoff)); in udp_snat_handler()
194 skb->csum = skb_checksum(skb, udphoff, skb->len - udphoff, 0); in udp_snat_handler()
199 skb->len - udphoff, in udp_snat_handler()
205 skb->len - udphoff, in udp_snat_handler()
224 unsigned int udphoff = iph->len; in udp_dnat_handler() local
[all …]