Home
last modified time | relevance | path

Searched refs:mptcp_expand_seq (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Dprotocol.h969 static inline u64 mptcp_expand_seq(u64 old_seq, u64 cur_seq, bool use_64bit) in mptcp_expand_seq() function
H A Dsubflow.c1197 map_seq = mptcp_expand_seq(READ_ONCE(msk->ack_seq), mpext->data_seq, mpext->dsn64); in get_mapping_status()