commit | 573e8fca255a27e3573b51f9b183d62641c47a3d | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Fri Aug 22 13:33:47 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 24 18:09:23 2014 -0700 |
tree | 037fa48ffcd2b80e9b861904370ae64a6cba4224 | |
parent | 8fc54f68919298ff9689d980efb495707ef43f30 [diff] |
net: skb_gro_checksum_* functions Add skb_gro_checksum_validate, skb_gro_checksum_validate_zero_check, and skb_gro_checksum_simple_validate, and __skb_gro_checksum_complete. These are the cognates of the normal checksum functions but are used in the gro_receive path and operate on GRO related fields in sk_buffs. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>