Home
last modified time | relevance | path

Searched refs:MPTCP_ATTR_REM_ID (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dmptcp_pm.h114 MPTCP_ATTR_REM_ID, enumerator
/linux/net/mptcp/
H A Dpm_netlink.c2107 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id)) in mptcp_event_add_subflow()
2210 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, id)) in mptcp_event_addr_removed()
2245 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, info->id)) in mptcp_event_addr_announced()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c153 else if (attrs->rta_type == MPTCP_ATTR_REM_ID) in capture_events()