Searched refs:nf_csum_update (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/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() 177 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in tcp_manip_pkt() 215 nf_csum_update(skb, iphdroff, &hdr->dccph_checksum, tuple, maniptype); in dccp_manip_pkt() 265 nf_csum_update(skb, iphdroff, &hdr->icmp6_cksum, tuple, maniptype); in icmpv6_manip_pkt() 484 static void nf_csum_update(struct sk_buff *skb, in nf_csum_update() function
|