Searched refs:recalculate (Results 1 – 1 of 1) sorted by relevance
3948 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4() argument3977 if (recalculate) in skb_checksum_setup_ipv4()3996 static int skb_checksum_setup_ipv6(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv6() argument4086 if (recalculate) in skb_checksum_setup_ipv6()4101 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup() argument4107 err = skb_checksum_setup_ipv4(skb, recalculate); in skb_checksum_setup()4111 err = skb_checksum_setup_ipv6(skb, recalculate); in skb_checksum_setup()