Searched refs:MPTCP_MIB_RMSUBFLOW (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/mptcp/
H A Dmib.h52 MPTCP_MIB_RMSUBFLOW, /* Remove a subflow */ enumerator in enum:linux_mptcp_mib_field
H A Dmib.c53 SNMP_MIB_ITEM("RmSubflow", MPTCP_MIB_RMSUBFLOW),
H A Dpm_netlink.c803 if (rm_type == MPTCP_MIB_RMSUBFLOW && !mptcp_local_id_match(msk, id, rm_id))
819 if (rm_type == MPTCP_MIB_RMSUBFLOW)
830 } else if (rm_type == MPTCP_MIB_RMSUBFLOW) {
844 mptcp_pm_nl_rm_addr_or_subflow(msk, rm_list, MPTCP_MIB_RMSUBFLOW);
H A Dpm_userspace.c538 MPTCP_INC_STATS(sock_net(sk), MPTCP_MIB_RMSUBFLOW); local

Completed in 159 milliseconds