FD.io VPP
v19.08-23-g4b943d6
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef enum _tcp_dbg | tcp_dbg_e |
typedef enum _tcp_dbg_evt | tcp_dbg_evt_e |
foreach_tcp_dbg_evt |
Definition at line 27 of file tcp_debug.h.
#define TCP_DBG | ( | _fmt, | |
_args... | |||
) |
Definition at line 244 of file tcp_debug.h.
#define TCP_DBG_BUFFER_ALLOC_MAYBE_FAIL | ( | thread_index | ) |
Definition at line 919 of file tcp_debug.h.
#define TCP_DEBUG (0) |
Definition at line 21 of file tcp_debug.h.
#define TCP_DEBUG_BUFFER_ALLOCATION (0) |
Definition at line 25 of file tcp_debug.h.
#define TCP_DEBUG_CC (0) |
Definition at line 23 of file tcp_debug.h.
#define TCP_DEBUG_CC_STAT (0) |
Definition at line 24 of file tcp_debug.h.
#define TCP_DEBUG_SM (0) |
Definition at line 22 of file tcp_debug.h.
#define TCP_EVT_ACK_RCV_ERR_HANDLER | ( | _tc, | |
_type, | |||
_ack, | |||
... | |||
) |
Definition at line 522 of file tcp_debug.h.
#define TCP_EVT_ACK_RCVD_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 595 of file tcp_debug.h.
#define TCP_EVT_ACK_SENT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 594 of file tcp_debug.h.
#define TCP_EVT_CC_EVT_HANDLER | ( | _tc, | |
_sub_evt, | |||
... | |||
) |
Definition at line 671 of file tcp_debug.h.
#define TCP_EVT_CC_INPUT_HANDLER | ( | _tc, | |
_len, | |||
_written, | |||
... | |||
) |
Definition at line 798 of file tcp_debug.h.
#define TCP_EVT_CC_PACK_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 795 of file tcp_debug.h.
#define TCP_EVT_CC_RTX_HANDLER | ( | _tc, | |
offset, | |||
n_bytes, | |||
... | |||
) |
Definition at line 792 of file tcp_debug.h.
#define TCP_EVT_CC_SACKS_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 797 of file tcp_debug.h.
#define TCP_EVT_CC_SCOREBOARD_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 796 of file tcp_debug.h.
#define TCP_EVT_CC_STAT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 885 of file tcp_debug.h.
#define TCP_EVT_CC_STAT_PRINT | ( | _tc | ) |
Definition at line 886 of file tcp_debug.h.
#define TCP_EVT_DBG | ( | _evt, | |
_args... | |||
) |
Definition at line 243 of file tcp_debug.h.
#define TCP_EVT_DUPACK_RCVD_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 794 of file tcp_debug.h.
#define TCP_EVT_DUPACK_SENT_HANDLER | ( | _tc, | |
_btcp, | |||
... | |||
) |
Definition at line 793 of file tcp_debug.h.
#define TCP_EVT_FIN_RCVD_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 445 of file tcp_debug.h.
#define TCP_EVT_FIN_SENT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 443 of file tcp_debug.h.
#define TCP_EVT_INPUT_HANDLER | ( | _tc, | |
_type, | |||
_len, | |||
_written, | |||
... | |||
) |
Definition at line 597 of file tcp_debug.h.
#define TCP_EVT_OUTPUT_HANDLER | ( | _tc, | |
flags, | |||
n_bytes, | |||
... | |||
) |
Definition at line 628 of file tcp_debug.h.
#define TCP_EVT_PAWS_FAIL_HANDLER | ( | _tc, | |
_seq, | |||
_end, | |||
... | |||
) |
Definition at line 521 of file tcp_debug.h.
#define TCP_EVT_PKTIZE_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 596 of file tcp_debug.h.
#define TCP_EVT_RCV_WND_SHRUNK_HANDLER | ( | _tc, | |
_obs, | |||
_av, | |||
... | |||
) |
Definition at line 523 of file tcp_debug.h.
#define TCP_EVT_RST_RCVD_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 446 of file tcp_debug.h.
#define TCP_EVT_RST_SENT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 444 of file tcp_debug.h.
#define TCP_EVT_SEG_INVALID_HANDLER | ( | _tc, | |
_btcp, | |||
... | |||
) |
Definition at line 520 of file tcp_debug.h.
#define TCP_EVT_SND_WND_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 627 of file tcp_debug.h.
#define TCP_EVT_STATE_CHANGE_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 447 of file tcp_debug.h.
#define TCP_EVT_SYN_RXT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 442 of file tcp_debug.h.
#define TCP_EVT_SYN_SENT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 439 of file tcp_debug.h.
#define TCP_EVT_SYNACK_RCVD_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 441 of file tcp_debug.h.
#define TCP_EVT_SYNACK_SENT_HANDLER | ( | _tc, | |
... | |||
) |
Definition at line 440 of file tcp_debug.h.
#define TCP_EVT_TIMER_POP_HANDLER | ( | _tc_index, | |
_timer_id, | |||
... | |||
) |
Definition at line 448 of file tcp_debug.h.
typedef enum _tcp_dbg tcp_dbg_e |
typedef enum _tcp_dbg_evt tcp_dbg_evt_e |