Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmptcp.h199 MPTCP_ATTR_REM_ID, /* u8 */ enumerator
/openbmc/linux/net/mptcp/
H A Dpm_netlink.c2177 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id)) in mptcp_event_put_token_and_ssk()
2280 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, id)) in mptcp_event_addr_announced()
2315 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, info->id)) in mptcp_event_addr_announced()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c159 else if (attrs->rta_type == MPTCP_ATTR_REM_ID) in capture_events()