Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_udp.c131 unsigned int udphoff = iph->len; in udp_snat_handler() local
139 oldlen = skb->len - udphoff; in udp_snat_handler()
142 if (!skb_make_writable(skb, udphoff+sizeof(*udph))) in udp_snat_handler()
159 oldlen = skb->len - udphoff; in udp_snat_handler()
164 udph = (void *)skb_network_header(skb) + udphoff; in udp_snat_handler()
173 htons(skb->len - udphoff)); in udp_snat_handler()
184 skb->csum = skb_checksum(skb, udphoff, skb->len - udphoff, 0); in udp_snat_handler()
189 skb->len - udphoff, in udp_snat_handler()
195 skb->len - udphoff, in udp_snat_handler()
214 unsigned int udphoff = iph->len; in udp_dnat_handler() local
[all …]