Lines Matching +full:port +full:- +full:mapping

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 MPTCP_MIB_MPCAPABLEPASSIVEFALLBACK,/* Server-side fallback during 3-way handshake */
12 MPTCP_MIB_MPCAPABLEACTIVEFALLBACK, /* Client-side fallback during 3-way handshake */
13 MPTCP_MIB_MPCAPABLEACTIVEDROP, /* Client-side fallback due to a MPC drop */
14 MPTCP_MIB_MPCAPABLEACTIVEDISABLED, /* Client-side disabled due to past issues */
15 MPTCP_MIB_MPCAPABLEENDPATTEMPT, /* Prohibited MPC to port-based endp */
17 MPTCP_MIB_RETRANSSEGS, /* Segments retransmitted at the MPTCP-level */
30 MPTCP_MIB_DSSNOMATCH, /* Received a new mapping that did not match the previous one */
33 MPTCP_MIB_INFINITEMAPTX, /* Sent an infinite mapping */
34 MPTCP_MIB_INFINITEMAPRX, /* Received an infinite mapping */
35 MPTCP_MIB_DSSTCPMISMATCH, /* DSS-mapping did not map with TCP's sequence numbers */
42 MPTCP_MIB_ADDADDR, /* Received ADD_ADDR with echo-flag=0 */
43 MPTCP_MIB_ADDADDRTX, /* Sent ADD_ADDR with echo-flag=0 */
44 MPTCP_MIB_ADDADDRTXDROP, /* ADD_ADDR with echo-flag=0 not send due to
47 MPTCP_MIB_ECHOADD, /* Received ADD_ADDR with echo-flag=1 */
48 MPTCP_MIB_ECHOADDTX, /* Send ADD_ADDR with echo-flag=1 */
49 MPTCP_MIB_ECHOADDTXDROP, /* ADD_ADDR with echo-flag=1 not send due
52 MPTCP_MIB_PORTADD, /* Received ADD_ADDR with a port-number */
54 MPTCP_MIB_JOINPORTSYNRX, /* Received a SYN MP_JOIN with a different port-number */
55 MPTCP_MIB_JOINPORTSYNACKRX, /* Received a SYNACK MP_JOIN with a different port-number */
56 MPTCP_MIB_JOINPORTACKRX, /* Received an ACK MP_JOIN with a different port-number */
57 MPTCP_MIB_MISMATCHPORTSYNRX, /* Received a SYN MP_JOIN with a mismatched port-number */
58 MPTCP_MIB_MISMATCHPORTACKRX, /* Received an ACK MP_JOIN with a mismatched port-number */
95 if (likely(net->mib.mptcp_statistics)) in MPTCP_ADD_STATS()
96 SNMP_ADD_STATS(net->mib.mptcp_statistics, field, val); in MPTCP_ADD_STATS()
102 if (likely(net->mib.mptcp_statistics)) in MPTCP_INC_STATS()
103 SNMP_INC_STATS(net->mib.mptcp_statistics, field); in MPTCP_INC_STATS()
109 if (likely(net->mib.mptcp_statistics)) in __MPTCP_INC_STATS()
110 __SNMP_INC_STATS(net->mib.mptcp_statistics, field); in __MPTCP_INC_STATS()
116 if (likely(net->mib.mptcp_statistics)) in MPTCP_DEC_STATS()
117 SNMP_DEC_STATS(net->mib.mptcp_statistics, field); in MPTCP_DEC_STATS()