Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_proto_udp.c145 unsigned int udphoff = iph->len; in udp_snat_handler() local
153 oldlen = skb->len - udphoff; in udp_snat_handler()
156 if (!skb_make_writable(skb, udphoff+sizeof(*udph))) in udp_snat_handler()
173 oldlen = skb->len - udphoff; in udp_snat_handler()
178 udph = (void *)skb_network_header(skb) + udphoff; in udp_snat_handler()
187 htons(skb->len - udphoff)); in udp_snat_handler()
198 skb->csum = skb_checksum(skb, udphoff, skb->len - udphoff, 0); in udp_snat_handler()
203 skb->len - udphoff, in udp_snat_handler()
209 skb->len - udphoff, in udp_snat_handler()
228 unsigned int udphoff = iph->len; in udp_dnat_handler() local
[all …]