diff options
author | Matthieu Baerts <[email protected]> | 2022-12-09 16:28:08 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-12-12 13:11:24 -0800 |
commit | 3fff88186f047627bb128d65155f42517f8e448f (patch) | |
tree | 7dd6ebd5db620c59c50ec81690852500710714ed /tools/perf/scripts/python/compaction-times.py | |
parent | e0fe1123ab2b07d2cd5475660bd0b4e6993ffaa7 (diff) |
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
To ease the maintenance, it is often recommended to avoid having #ifdef
preprocessor conditions.
Here the section related to CONFIG_MPTCP was quite short but the next
commit needs to add more code around. It is then cleaner to move
specific MPTCP code to functions located in net/mptcp directory.
Now that mptcp_subflow_request_sock_ops structure can be static, it can
also be marked as "read only after init".
Suggested-by: Paolo Abeni <[email protected]>
Reviewed-by: Mat Martineau <[email protected]>
Cc: [email protected]
Signed-off-by: Matthieu Baerts <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions