Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmptcp.h213 MPTCP_ATTR_SERVER_SIDE, /* u8 */ enumerator
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c195 else if (attrs->rta_type == MPTCP_ATTR_SERVER_SIDE) in capture_events()
/openbmc/linux/net/mptcp/
H A Dpm_netlink.c2246 if (nla_put_u8(skb, MPTCP_ATTR_SERVER_SIDE, READ_ONCE(msk->pm.server_side))) in mptcp_event_created()