提交 c1aa8347 编写于 作者: T Tom Herbert 提交者: David S. Miller

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: NTom Herbert <therbert@google.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e585f236
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册