diff options
author | Geliang Tang <geliang.tang@suse.com> | 2022-07-08 19:14:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-09 13:19:23 +0200 |
commit | f7657ff4a7097eaf5220776456b7d75eb09062cb (patch) | |
tree | d0ac56e242394df446c7cca304b6feabb1b5405f /net/mptcp/protocol.h | |
parent | bcm63xx_enet: change the driver variables to static (diff) | |
download | linux-f7657ff4a7097eaf5220776456b7d75eb09062cb.tar.xz linux-f7657ff4a7097eaf5220776456b7d75eb09062cb.zip |
mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h
Move macro MPTCPOPT_HMAC_LEN definition from net/mptcp/protocol.h to
include/net/mptcp.h.
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/protocol.h')
-rw-r--r-- | net/mptcp/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mptcp/protocol.h b/net/mptcp/protocol.h index 480c5320b86e..07871e10e510 100644 --- a/net/mptcp/protocol.h +++ b/net/mptcp/protocol.h @@ -83,7 +83,6 @@ /* MPTCP MP_JOIN flags */ #define MPTCPOPT_BACKUP BIT(0) -#define MPTCPOPT_HMAC_LEN 20 #define MPTCPOPT_THMAC_LEN 8 /* MPTCP MP_CAPABLE flags */ |