Home
last modified time | relevance | path

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

/linux-6.15/net/mptcp/
H A Dmib.h59 MPTCP_MIB_RMADDR, /* Received RM_ADDR */ enumerator
H A Dpm.c659 rm_type == MPTCP_MIB_RMADDR ? "address" : "subflow", rm_list->nr); in mptcp_pm_rm_addr_or_subflow()
685 if (rm_type == MPTCP_MIB_RMADDR && remote_id != rm_id) in mptcp_pm_rm_addr_or_subflow()
691 rm_type == MPTCP_MIB_RMADDR ? "address" : "subflow", in mptcp_pm_rm_addr_or_subflow()
705 if (rm_type == MPTCP_MIB_RMADDR) { in mptcp_pm_rm_addr_or_subflow()
715 mptcp_pm_rm_addr_or_subflow(msk, &msk->pm.rm_list_rx, MPTCP_MIB_RMADDR); in mptcp_pm_rm_addr_recv()
H A Dmib.c60 SNMP_MIB_ITEM("RmAddr", MPTCP_MIB_RMADDR),