Home
last modified time | relevance | path

Searched refs:remote_token (Results 1 – 4 of 4) sorted by relevance

/net/mptcp/
Ddiag.c58 if (nla_put_u32(skb, MPTCP_SUBFLOW_ATTR_TOKEN_REM, sf->remote_token) || in subflow_get_info()
Dsubflow.c1546 u32 remote_token; in __mptcp_subflow_connect() local
1587 mptcp_crypto_key_sha(subflow->remote_key, &remote_token, NULL); in __mptcp_subflow_connect()
1589 remote_token, local_id, remote_id); in __mptcp_subflow_connect()
1590 subflow->remote_token = remote_token; in __mptcp_subflow_connect()
Doptions.c420 pr_debug("remote_token=%u, nonce=%u", subflow->remote_token, in mptcp_syn_options()
424 opts->token = subflow->remote_token; in mptcp_syn_options()
Dprotocol.h509 u32 remote_token;