Searched refs:recalculate (Results 1 – 1 of 1) sorted by relevance
4933 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4() argument4962 if (recalculate) in skb_checksum_setup_ipv4()4981 static int skb_checksum_setup_ipv6(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv6() argument5071 if (recalculate) in skb_checksum_setup_ipv6()5086 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup() argument5092 err = skb_checksum_setup_ipv4(skb, recalculate); in skb_checksum_setup()5096 err = skb_checksum_setup_ipv6(skb, recalculate); in skb_checksum_setup()