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.h112 MPTCP_ATTR_REM_ID, enumerator
/linux/net/mptcp/
H A Dpm_netlink.c2010 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id)) in mptcp_event_add_subflow()
2113 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, id)) in mptcp_event_addr_removed()
2148 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.c159 else if (attrs->rta_type == MPTCP_ATTR_REM_ID) in capture_events()