mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
gue: Protocol constants for remote checksum offload
Define a private flag for remote checksun offload as well as a length for the option. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e585f23636
commit
c1aa8347e7
@ -59,7 +59,10 @@ struct guehdr {
|
||||
|
||||
/* Private flags in the private option extension */
|
||||
|
||||
#define GUE_PFLAGS_ALL (0)
|
||||
#define GUE_PFLAG_REMCSUM htonl(1 << 31)
|
||||
#define GUE_PLEN_REMCSUM 4
|
||||
|
||||
#define GUE_PFLAGS_ALL (GUE_PFLAG_REMCSUM)
|
||||
|
||||
/* Functions to compute options length corresponding to flags.
|
||||
* If we ever have a lot of flags this can be potentially be
|
||||
|
Loading…
Reference in New Issue
Block a user