Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmptcp.h222 #define MPTCP_RST_EMPTCP 1 macro
/openbmc/linux/net/mptcp/
H A Dsubflow.c213 subflow_add_reset_reason(skb, MPTCP_RST_EMPTCP); in subflow_check_req()
531 subflow->reset_reason = MPTCP_RST_EMPTCP; in subflow_finish_connect()
545 subflow->reset_reason = MPTCP_RST_EMPTCP; in subflow_finish_connect()
834 subflow_add_reset_reason(skb, MPTCP_RST_EMPTCP); in subflow_syn_recv_sock()
1332 subflow->reset_reason = MPTCP_RST_EMPTCP; in subflow_check_data_avail()
H A Dprotocol.c3560 subflow->reset_reason = MPTCP_RST_EMPTCP; in mptcp_finish_join()