Skip to content

Commit

Permalink
Squash to "mptcp: add csum_reqd in mptcp_out_options"
Browse files Browse the repository at this point in the history
Update this patch as Mat suggested in the "MP_CAPABLE C flag" series.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
  • Loading branch information
geliangtang authored and matttbe committed May 6, 2021
1 parent 65d5dab commit c5be02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/net/mptcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ struct mptcp_out_options {
struct mptcp_rm_list rm_list;
u8 join_id;
u8 backup;
u8 reset_reason:4;
u8 reset_transient:1,
u8 reset_reason:4,
reset_transient:1,
csum_reqd:1;
u32 nonce;
u64 thmac;
Expand Down

0 comments on commit c5be02c

Please sign in to comment.