Home
last modified time | relevance | path

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

/net/core/
Dskbuff.c3948 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4() argument
3977 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() argument
4086 if (recalculate) in skb_checksum_setup_ipv6()
4101 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup() argument
4107 err = skb_checksum_setup_ipv4(skb, recalculate); in skb_checksum_setup()
4111 err = skb_checksum_setup_ipv6(skb, recalculate); in skb_checksum_setup()