Searched refs:nf_csum_update (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/netfilter/ |
| D | nf_nat_proto.c | 33 static void nf_csum_update(struct sk_buff *skb, 56 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in __udp_manip_pkt() 179 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in tcp_manip_pkt() 217 nf_csum_update(skb, iphdroff, &hdr->dccph_checksum, tuple, maniptype); in dccp_manip_pkt() 254 nf_csum_update(skb, iphdroff, &hdr->icmp6_cksum, tuple, maniptype); in icmpv6_manip_pkt() 473 static void nf_csum_update(struct sk_buff *skb, in nf_csum_update() function
|