iphdroff           34 net/netfilter/nf_nat_proto.c 			   unsigned int iphdroff, __sum16 *check,
iphdroff           40 net/netfilter/nf_nat_proto.c 	        unsigned int iphdroff, struct udphdr *hdr,
iphdroff           56 net/netfilter/nf_nat_proto.c 		nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype);
iphdroff           66 net/netfilter/nf_nat_proto.c 			  unsigned int iphdroff, unsigned int hdroff,
iphdroff           76 net/netfilter/nf_nat_proto.c 	__udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, !!hdr->check);
iphdroff           82 net/netfilter/nf_nat_proto.c 			      unsigned int iphdroff, unsigned int hdroff,
iphdroff           93 net/netfilter/nf_nat_proto.c 	__udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, true);
iphdroff          100 net/netfilter/nf_nat_proto.c 	       unsigned int iphdroff, unsigned int hdroff,
iphdroff          142 net/netfilter/nf_nat_proto.c 	      unsigned int iphdroff, unsigned int hdroff,
iphdroff          177 net/netfilter/nf_nat_proto.c 	nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype);
iphdroff          184 net/netfilter/nf_nat_proto.c 	       unsigned int iphdroff, unsigned int hdroff,
iphdroff          215 net/netfilter/nf_nat_proto.c 	nf_csum_update(skb, iphdroff, &hdr->dccph_checksum, tuple, maniptype);
iphdroff          224 net/netfilter/nf_nat_proto.c 	       unsigned int iphdroff, unsigned int hdroff,
iphdroff          255 net/netfilter/nf_nat_proto.c 		 unsigned int iphdroff, unsigned int hdroff,
iphdroff          265 net/netfilter/nf_nat_proto.c 	nf_csum_update(skb, iphdroff, &hdr->icmp6_cksum, tuple, maniptype);
iphdroff          279 net/netfilter/nf_nat_proto.c 	      unsigned int iphdroff, unsigned int hdroff,
iphdroff          318 net/netfilter/nf_nat_proto.c 			      unsigned int iphdroff, unsigned int hdroff,
iphdroff          324 net/netfilter/nf_nat_proto.c 		return tcp_manip_pkt(skb, iphdroff, hdroff,
iphdroff          327 net/netfilter/nf_nat_proto.c 		return udp_manip_pkt(skb, iphdroff, hdroff,
iphdroff          330 net/netfilter/nf_nat_proto.c 		return udplite_manip_pkt(skb, iphdroff, hdroff,
iphdroff          333 net/netfilter/nf_nat_proto.c 		return sctp_manip_pkt(skb, iphdroff, hdroff,
iphdroff          336 net/netfilter/nf_nat_proto.c 		return icmp_manip_pkt(skb, iphdroff, hdroff,
iphdroff          339 net/netfilter/nf_nat_proto.c 		return icmpv6_manip_pkt(skb, iphdroff, hdroff,
iphdroff          342 net/netfilter/nf_nat_proto.c 		return dccp_manip_pkt(skb, iphdroff, hdroff,
iphdroff          345 net/netfilter/nf_nat_proto.c 		return gre_manip_pkt(skb, iphdroff, hdroff,
iphdroff          354 net/netfilter/nf_nat_proto.c 				  unsigned int iphdroff,
iphdroff          361 net/netfilter/nf_nat_proto.c 	if (skb_ensure_writable(skb, iphdroff + sizeof(*iph)))
iphdroff          364 net/netfilter/nf_nat_proto.c 	iph = (void *)skb->data + iphdroff;
iphdroff          365 net/netfilter/nf_nat_proto.c 	hdroff = iphdroff + iph->ihl * 4;
iphdroff          367 net/netfilter/nf_nat_proto.c 	if (!l4proto_manip_pkt(skb, iphdroff, hdroff, target, maniptype))
iphdroff          369 net/netfilter/nf_nat_proto.c 	iph = (void *)skb->data + iphdroff;
iphdroff          382 net/netfilter/nf_nat_proto.c 				  unsigned int iphdroff,
iphdroff          392 net/netfilter/nf_nat_proto.c 	if (skb_ensure_writable(skb, iphdroff + sizeof(*ipv6h)))
iphdroff          395 net/netfilter/nf_nat_proto.c 	ipv6h = (void *)skb->data + iphdroff;
iphdroff          397 net/netfilter/nf_nat_proto.c 	hdroff = ipv6_skip_exthdr(skb, iphdroff + sizeof(*ipv6h),
iphdroff          403 net/netfilter/nf_nat_proto.c 	    !l4proto_manip_pkt(skb, iphdroff, hdroff, target, maniptype))
iphdroff          407 net/netfilter/nf_nat_proto.c 	ipv6h = (void *)skb->data + iphdroff;
iphdroff          446 net/netfilter/nf_nat_proto.c 				    unsigned int iphdroff, __sum16 *check,
iphdroff          450 net/netfilter/nf_nat_proto.c 	struct iphdr *iph = (struct iphdr *)(skb->data + iphdroff);
iphdroff          464 net/netfilter/nf_nat_proto.c 				    unsigned int iphdroff, __sum16 *check,
iphdroff          469 net/netfilter/nf_nat_proto.c 	const struct ipv6hdr *ipv6h = (struct ipv6hdr *)(skb->data + iphdroff);
iphdroff          485 net/netfilter/nf_nat_proto.c 			   unsigned int iphdroff, __sum16 *check,
iphdroff          491 net/netfilter/nf_nat_proto.c 		nf_nat_ipv4_csum_update(skb, iphdroff, check, t, maniptype);
iphdroff          494 net/netfilter/nf_nat_proto.c 		nf_nat_ipv6_csum_update(skb, iphdroff, check, t, maniptype);