diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-06-18 07:06:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-06-18 07:06:05 +0200 |
commit | 8648b3053bff39a7ee4c711d74268079c928a657 (patch) | |
tree | 6de70eedf63c4b965d04040323827f1bc520ccdf /lib | |
parent | [TG3]: Convert to non-LLTX (diff) | |
download | linux-8648b3053bff39a7ee4c711d74268079c928a657.tar.xz linux-8648b3053bff39a7ee4c711d74268079c928a657.zip |
[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
The current stack treats NETIF_F_HW_CSUM and NETIF_F_NO_CSUM
identically so we test for them in quite a few places. For the sake
of brevity, I'm adding the macro NETIF_F_GEN_CSUM for these two. We
also test the disjunct of NETIF_F_IP_CSUM and the other two in various
places, for that purpose I've added NETIF_F_ALL_CSUM.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions