FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
int(* | init )(vcl_test_cfg_t *cfg) |
int(* | open )(vcl_test_session_t *ts, vppcom_endpt_t *endpt) |
int(* | listen )(vcl_test_session_t *ts, vppcom_endpt_t *endpt) |
int(* | accept )(int listen_fd, vcl_test_session_t *ts) |
int(* | close )(vcl_test_session_t *ts) |
Definition at line 155 of file vcl_test.h.
int(* vcl_test_proto_vft_t::accept) (int listen_fd, vcl_test_session_t *ts) |
Definition at line 160 of file vcl_test.h.
int(* vcl_test_proto_vft_t::close) (vcl_test_session_t *ts) |
Definition at line 161 of file vcl_test.h.
int(* vcl_test_proto_vft_t::init) (vcl_test_cfg_t *cfg) |
Definition at line 157 of file vcl_test.h.
int(* vcl_test_proto_vft_t::listen) (vcl_test_session_t *ts, vppcom_endpt_t *endpt) |
Definition at line 159 of file vcl_test.h.
int(* vcl_test_proto_vft_t::open) (vcl_test_session_t *ts, vppcom_endpt_t *endpt) |
Definition at line 158 of file vcl_test.h.