FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
vcl_test_proto_vft_t Struct Reference

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)
 

Detailed Description

Definition at line 155 of file vcl_test.h.

Field Documentation

◆ accept

int(* vcl_test_proto_vft_t::accept) (int listen_fd, vcl_test_session_t *ts)

Definition at line 160 of file vcl_test.h.

◆ close

int(* vcl_test_proto_vft_t::close) (vcl_test_session_t *ts)

Definition at line 161 of file vcl_test.h.

◆ init

int(* vcl_test_proto_vft_t::init) (vcl_test_cfg_t *cfg)

Definition at line 157 of file vcl_test.h.

◆ listen

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.

◆ open

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.


The documentation for this struct was generated from the following file: