Home
last modified time | relevance | path

Searched refs:msg_handle (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/ip_pipeline/
H A Dconn.c34 conn_msg_handle_t msg_handle; member
54 (p->msg_handle == NULL)) in conn_init()
126 conn->msg_handle = p->msg_handle; in conn_init()
236 conn->msg_handle(conn->msg_in, in data_event_handle()
H A Dconn.h32 conn_msg_handle_t msg_handle; member
H A Dmain.c48 .msg_handle = cli_process,
/dpdk/drivers/net/softnic/
H A Dconn.c34 softnic_conn_msg_handle_t msg_handle; member
55 p->msg_handle == NULL) in softnic_conn_init()
127 conn->msg_handle = p->msg_handle; in softnic_conn_init()
239 conn->msg_handle(conn->msg_in, in data_event_handle()
H A Dconn.h33 softnic_conn_msg_handle_t msg_handle; member
H A Drte_eth_softnic.c79 .msg_handle = softnic_cli_process,
/dpdk/examples/pipeline/
H A Dconn.c34 conn_msg_handle_t msg_handle; member
55 (p->msg_handle == NULL)) in conn_init()
127 conn->msg_handle = p->msg_handle; in conn_init()
238 conn->msg_handle(conn->msg_in, in data_event_handle()
H A Dconn.h34 conn_msg_handle_t msg_handle; member
H A Dmain.c34 .msg_handle = cli_process,