Searched refs:MPTCP_MIB_RMADDR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | mib.h | 25 MPTCP_MIB_RMADDR, /* Received RM_ADDR */ enumerator
|
H A D | mib.c | 32 SNMP_MIB_ITEM("RmAddr", MPTCP_MIB_RMADDR),
|
H A D | pm_netlink.c | 430 __MPTCP_INC_STATS(sock_net(sk), MPTCP_MIB_RMADDR); in mptcp_pm_nl_rm_addr_received() local
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | mib.h | 46 MPTCP_MIB_RMADDR, /* Received RM_ADDR */ enumerator
|
H A D | mib.c | 49 SNMP_MIB_ITEM("RmAddr", MPTCP_MIB_RMADDR),
|
H A D | pm_netlink.c | 786 rm_type == MPTCP_MIB_RMADDR ? "address" : "subflow", rm_list->nr); in mptcp_pm_nl_rm_addr_or_subflow() 809 if (rm_type == MPTCP_MIB_RMADDR && remote_id != rm_id) in mptcp_pm_nl_rm_addr_or_subflow() 815 rm_type == MPTCP_MIB_RMADDR ? "address" : "subflow", in mptcp_pm_nl_rm_addr_or_subflow() 835 if (rm_type == MPTCP_MIB_RMADDR) { in mptcp_pm_nl_rm_addr_or_subflow() 846 mptcp_pm_nl_rm_addr_or_subflow(msk, &msk->pm.rm_list_rx, MPTCP_MIB_RMADDR); in mptcp_pm_nl_rm_addr_received()
|
Completed in 6 milliseconds