Home
last modified time | relevance | path

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

/linux/include/net/
H A Drstreason.h27 FN(MPTCP_RST_EMPTCP) \
/linux/include/uapi/linux/
H A Dmptcp.h69 #define MPTCP_RST_EMPTCP 1 macro
/linux/net/mptcp/
H A Dsubflow.c163 subflow_add_reset_reason(skb, MPTCP_RST_EMPTCP); in subflow_check_req()
230 subflow_add_reset_reason(skb, MPTCP_RST_EMPTCP); in subflow_check_req()
566 subflow->reset_reason = MPTCP_RST_EMPTCP; in subflow_finish_connect()
580 subflow->reset_reason = MPTCP_RST_EMPTCP; in subflow_finish_connect()
879 subflow_add_reset_reason(skb, MPTCP_RST_EMPTCP); in subflow_syn_recv_sock()
1403 MPTCP_RST_EMPTCP; in subflow_check_data_avail()
H A Dprotocol.h608 case MPTCP_RST_EMPTCP: in sk_rst_convert_mptcp_reason()
H A Dprotocol.c3630 subflow->reset_reason = MPTCP_RST_EMPTCP; in mptcp_finish_join()