Searched refs:remote_id (Results 1 – 6 of 6) sorted by relevance
/net/mptcp/ |
D | syncookies.c | 66 entry->join_id = subflow_req->remote_id; in mptcp_join_store_state() 120 subflow_req->remote_id = e->join_id; in mptcp_token_join_cookie_init_state()
|
D | subflow.c | 210 subflow_req->remote_id = mp_opt.join_id; in subflow_check_req() 542 WRITE_ONCE(subflow->remote_id, mp_opt.join_id); in subflow_finish_connect() 1541 int remote_id = remote->id; in __mptcp_subflow_connect() local 1589 remote_token, local_id, remote_id); in __mptcp_subflow_connect() 1591 WRITE_ONCE(subflow->remote_id, remote_id); in __mptcp_subflow_connect() 1997 WRITE_ONCE(new_ctx->remote_id, subflow_req->remote_id); in subflow_ulp_clone()
|
D | diag.c | 70 nla_put_u8(skb, MPTCP_SUBFLOW_ATTR_ID_REM, sf->remote_id) || in subflow_get_info()
|
D | pm_netlink.c | 446 __set_bit(subflow->remote_id, unavail_id); in fill_remote_addresses_vec() 451 addrs[i].id = READ_ONCE(subflow->remote_id); in fill_remote_addresses_vec() 834 u8 remote_id = READ_ONCE(subflow->remote_id); in mptcp_pm_nl_rm_addr_or_subflow() local 838 if (rm_type == MPTCP_MIB_RMADDR && remote_id != rm_id) in mptcp_pm_nl_rm_addr_or_subflow() 845 i, rm_id, id, remote_id, msk->mpc_endpoint_id); in mptcp_pm_nl_rm_addr_or_subflow() 2122 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id)) in mptcp_event_add_subflow()
|
D | protocol.h | 426 u8 remote_id; member 515 u8 remote_id;
|
/net/bluetooth/ |
D | l2cap_core.c | 3548 chan->remote_id = efs.id; in l2cap_parse_conf_req()
|