Searched refs:iphdroff (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_nat_proto.c | 34 unsigned int iphdroff, __sum16 *check, 40 unsigned int iphdroff, struct udphdr *hdr, in __udp_manip_pkt() argument 56 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in __udp_manip_pkt() 66 unsigned int iphdroff, unsigned int hdroff, in udp_manip_pkt() argument 76 __udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, !!hdr->check); in udp_manip_pkt() 82 unsigned int iphdroff, unsigned int hdroff, in udplite_manip_pkt() argument 93 __udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, true); in udplite_manip_pkt() 100 unsigned int iphdroff, unsigned int hdroff, in sctp_manip_pkt() argument 142 unsigned int iphdroff, unsigned int hdroff, in tcp_manip_pkt() argument 177 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in tcp_manip_pkt() [all …]
|