Home
last modified time | relevance | path

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

/linux/include/net/
H A Dchecksum.h80 static __always_inline __sum16 csum16_sub(__sum16 csum, __be16 addend) in csum16_sub() function
134 *sum = ~csum16_add(csum16_sub(~(*sum), old), new); in csum_replace2()
/linux/net/core/
H A Dselftests.c144 thdr->check = csum16_sub(thdr->check, in net_test_get_skb()