diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-03 13:15:49 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-03 13:15:49 +0100 |
| commit | e6965cdc5c2a0c423410b11e7b62d3267c49ead4 (patch) | |
| tree | 1c7413d4effe6155da6bb23022bf4a0941375f39 /include | |
| parent | 70e27dcb5b834d2120072ff0613bd0654faa35bf (diff) | |
| parent | d335dcc6f521571d57117b8deeebc940836e5450 (diff) | |
| download | linux-next-e6965cdc5c2a0c423410b11e7b62d3267c49ead4.tar.gz linux-next-e6965cdc5c2a0c423410b11e7b62d3267c49ead4.zip | |
Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/gue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/gue.h b/include/net/gue.h index dfca298bec9c..caefd6da8693 100644 --- a/include/net/gue.h +++ b/include/net/gue.h @@ -80,7 +80,7 @@ static inline size_t guehdr_flags_len(__be16 flags) static inline size_t guehdr_priv_flags_len(__be32 flags) { - return 0; + return (flags & GUE_PFLAG_REMCSUM) ? GUE_PLEN_REMCSUM : 0; } /* Validate standard and private flags. Returns non-zero (meaning invalid) |
