@@ -22,65 +22,67 @@ definitions:
22
22
doc : unused event
23
23
-
24
24
name : created
25
- doc :
26
- token, family, saddr4 | saddr6, daddr4 | daddr6, sport, dport
25
+ doc : >-
27
26
A new MPTCP connection has been created. It is the good time to
28
27
allocate memory and send ADD_ADDR if needed. Depending on the
29
28
traffic-patterns it can take a long time until the
30
29
MPTCP_EVENT_ESTABLISHED is sent.
30
+ Attributes: token, family, saddr4 | saddr6, daddr4 | daddr6, sport,
31
+ dport, server-side.
31
32
-
32
33
name : established
33
- doc :
34
- token, family, saddr4 | saddr6, daddr4 | daddr6, sport, dport
34
+ doc : >-
35
35
A MPTCP connection is established (can start new subflows).
36
+ Attributes: token, family, saddr4 | saddr6, daddr4 | daddr6, sport,
37
+ dport, server-side.
36
38
-
37
39
name : closed
38
- doc :
39
- token
40
+ doc : >-
40
41
A MPTCP connection has stopped.
42
+ Attribute: token.
41
43
-
42
44
name : announced
43
45
value : 6
44
- doc :
45
- token, rem_id, family, daddr4 | daddr6 [, dport]
46
+ doc : >-
46
47
A new address has been announced by the peer.
48
+ Attributes: token, rem_id, family, daddr4 | daddr6 [, dport].
47
49
-
48
50
name : removed
49
- doc :
50
- token, rem_id
51
+ doc : >-
51
52
An address has been lost by the peer.
53
+ Attributes: token, rem_id.
52
54
-
53
55
name : sub-established
54
56
value : 10
55
- doc :
56
- token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | daddr6, sport,
57
- dport, backup, if_idx [, error]
57
+ doc : >-
58
58
A new subflow has been established. 'error' should not be set.
59
+ Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 |
60
+ daddr6, sport, dport, backup, if_idx [, error].
59
61
-
60
62
name : sub-closed
61
- doc :
62
- token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | daddr6, sport,
63
- dport, backup, if_idx [, error]
63
+ doc : >-
64
64
A subflow has been closed. An error (copy of sk_err) could be set if an
65
65
error has been detected for this subflow.
66
+ Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 |
67
+ daddr6, sport, dport, backup, if_idx [, error].
66
68
-
67
69
name : sub-priority
68
70
value : 13
69
- doc :
70
- token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | daddr6, sport,
71
- dport, backup, if_idx [, error]
71
+ doc : >-
72
72
The priority of a subflow has changed. 'error' should not be set.
73
+ Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 |
74
+ daddr6, sport, dport, backup, if_idx [, error].
73
75
-
74
76
name : listener-created
75
77
value : 15
76
- doc :
77
- family, sport, saddr4 | saddr6
78
+ doc : >-
78
79
A new PM listener is created.
80
+ Attributes: family, sport, saddr4 | saddr6.
79
81
-
80
82
name : listener-closed
81
- doc :
82
- family, sport, saddr4 | saddr6
83
+ doc : >-
83
84
A PM listener is closed.
85
+ Attributes: family, sport, saddr4 | saddr6.
84
86
85
87
attribute-sets :
86
88
-
@@ -306,8 +308,8 @@ operations:
306
308
attributes :
307
309
- addr
308
310
-
309
- name : flush-addrs
310
- doc : flush addresses
311
+ name : flush-addrs
312
+ doc : Flush addresses
311
313
attribute-set : endpoint
312
314
dont-validate : [ strict ]
313
315
flags : [ uns-admin-perm ]
@@ -351,7 +353,7 @@ operations:
351
353
- addr-remote
352
354
-
353
355
name : announce
354
- doc : announce new sf
356
+ doc : Announce new address
355
357
attribute-set : attr
356
358
dont-validate : [ strict ]
357
359
flags : [ uns-admin-perm ]
@@ -362,7 +364,7 @@ operations:
362
364
- token
363
365
-
364
366
name : remove
365
- doc : announce removal
367
+ doc : Announce removal
366
368
attribute-set : attr
367
369
dont-validate : [ strict ]
368
370
flags : [ uns-admin-perm ]
@@ -373,7 +375,7 @@ operations:
373
375
- loc-id
374
376
-
375
377
name : subflow-create
376
- doc : todo
378
+ doc : Create subflow
377
379
attribute-set : attr
378
380
dont-validate : [ strict ]
379
381
flags : [ uns-admin-perm ]
@@ -385,7 +387,7 @@ operations:
385
387
- addr-remote
386
388
-
387
389
name : subflow-destroy
388
- doc : todo
390
+ doc : Destroy subflow
389
391
attribute-set : attr
390
392
dont-validate : [ strict ]
391
393
flags : [ uns-admin-perm ]
0 commit comments