Message ID | f31205d86a4f8197798c0b7f25e24d6cc43d788e.1697463031.git.dcaratti@redhat.com (mailing list archive) |
---|---|
State | Accepted, archived |
Commit | 77fef1f8df045af5ced0fa3deafe02fb261a1193 |
Delegated to: | Matthieu Baerts |
Headers | show |
Series | v2 fixes for "mptcp: convert Netlink code to use YAML spec" | expand |
Context | Check | Description |
---|---|---|
matttbe/build | success | Build and static analysis OK |
matttbe/checkpatch | warning | total: 0 errors, 1 warnings, 0 checks, 7 lines checked |
matttbe/KVM_Validation__normal__except_selftest_mptcp_join_ | success | Success! ✅ |
matttbe/KVM_Validation__normal__only_selftest_mptcp_join_ | success | Success! ✅ |
matttbe/KVM_Validation__debug__except_selftest_mptcp_join_ | success | Success! ✅ |
matttbe/KVM_Validation__debug__only_selftest_mptcp_join_ | warning | Unstable: 1 failed test(s): selftest_mptcp_join |
diff --git a/include/uapi/linux/mptcp_pm.h b/include/uapi/linux/mptcp_pm.h index 0c7206531eb1..0ad598fe940b 100644 --- a/include/uapi/linux/mptcp_pm.h +++ b/include/uapi/linux/mptcp_pm.h @@ -11,6 +11,7 @@ /** * enum mptcp_event_type + * @MPTCP_EVENT_UNSPEC: unused event * @MPTCP_EVENT_CREATED: token, family, saddr4 | saddr6, daddr4 | daddr6, * sport, dport A new MPTCP connection has been created. It is the good time * to allocate memory and send ADD_ADDR if needed. Depending on the
Signed-off-by: Davide Caratti <dcaratti@redhat.com> --- include/uapi/linux/mptcp_pm.h | 1 + 1 file changed, 1 insertion(+)