Home
last modified time | relevance | path

Searched defs:mptcp_out_options (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dmptcp.h36 struct mptcp_out_options { struct
38 u16 suboptions;
39 u64 sndr_key;
40 u64 rcvr_key;
41 union {
47 u8 addr_id;
48 u64 ahmac;
49 u8 rm_id;
50 u8 join_id;
51 u8 backup;
[all …]
/kernel/linux/linux-6.6/include/net/
Dmptcp.h62 struct mptcp_out_options { struct
64 u16 suboptions;
65 struct mptcp_rm_list rm_list;
66 u8 join_id;
67 u8 backup;
68 u8 reset_reason:4,
69 reset_transient:1,
70 csum_reqd:1,
71 allow_join_id0:1;
72 union {