Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_nat_proto.c34 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
79 __udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, do_csum); in udp_manip_pkt()
84 unsigned int iphdroff, unsigned int hdroff, in udplite_manip_pkt() argument
95 __udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, true); in udplite_manip_pkt()
102 unsigned int iphdroff, unsigned int hdroff, in sctp_manip_pkt() argument
144 unsigned int iphdroff, unsigned int hdroff, in tcp_manip_pkt() argument
179 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in tcp_manip_pkt()
[all …]