Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_nat_proto.c33 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()
267 nf_csum_update(skb, iphdroff, &hdr->icmp6_cksum, tuple, maniptype); in icmpv6_manip_pkt()
486 static void nf_csum_update(struct sk_buff *skb, in nf_csum_update() function