Skip to content

Commit f23ff98

Browse files
author
Ossama Othman
authored
include: Update mptcp_upstream.h (#276)
1 parent a574e67 commit f23ff98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

include/linux/mptcp_upstream.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ struct mptcp_info {
160160
* daddr4 | daddr6, sport, dport, backup, if_idx
161161
* [, error]
162162
* The priority of a subflow has changed. 'error' should not be set.
163+
*
164+
* MPTCP_EVENT_LISTENER_CREATED: family, sport, saddr4 | saddr6
165+
* A new PM listener is created.
166+
*
167+
* MPTCP_EVENT_LISTENER_CLOSED: family, sport, saddr4 | saddr6
168+
* A PM listener is closed.
163169
*/
164170
enum mptcp_event_type {
165171
MPTCP_EVENT_UNSPEC = 0,
@@ -174,6 +180,9 @@ enum mptcp_event_type {
174180
MPTCP_EVENT_SUB_CLOSED = 11,
175181

176182
MPTCP_EVENT_SUB_PRIORITY = 13,
183+
184+
MPTCP_EVENT_LISTENER_CREATED = 15,
185+
MPTCP_EVENT_LISTENER_CLOSED = 16,
177186
};
178187

179188
enum mptcp_event_attr {

0 commit comments

Comments
 (0)