diff options
author | 2021-01-20 16:41:47 -0800 | |
---|---|---|
committer | 2021-01-22 20:05:56 -0800 | |
commit | 925bba24e68a97b9c7926f2df4f405af883e6d0c (patch) | |
tree | 5d72d8d0cc780bcce881aac3e157121f126db848 /include/linux | |
parent | Merge branch 'net-bridge-multicast-add-initial-eht-support' (diff) | |
download | wireguard-linux-925bba24e68a97b9c7926f2df4f405af883e6d0c.tar.xz wireguard-linux-925bba24e68a97b9c7926f2df4f405af883e6d0c.zip |
tcp: Remove CMSG magic numbers for tcp_recvmsg().
At present, tcp_recvmsg() uses flags to track if any CMSGs are pending
and what those CMSGs are. These flags are currently magic numbers,
used only within tcp_recvmsg().
To prepare for receive timestamp support in tcp receive zerocopy,
gently refactor these magic numbers into enums.
Signed-off-by: Arjun Roy <arjunroy@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions