Home
last modified time | relevance | path

Searched refs:msg_out_len_max (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c30 size_t msg_out_len_max; member
53 (p->msg_out_len_max == 0) || in conn_init()
70 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in conn_init()
122 conn->msg_out_len_max = p->msg_out_len_max; in conn_init()
238 conn->msg_out_len_max); in data_event_handle()
H A Dconn.h22 size_t msg_out_len_max);
31 size_t msg_out_len_max; member
H A Dcli.h16 size_t msg_out_len_max);
H A Dmain.c47 .msg_out_len_max = 1024 * 1024,
259 app.conn.msg_out_len_max); in main()
H A Dcli.c6695 size_t msg_out_len_max) in cli_script_process() argument
6704 (msg_out_len_max == 0)) in cli_script_process()
6708 msg_out = malloc(msg_out_len_max + 1); in cli_script_process()
6734 msg_out_len_max); in cli_script_process()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c30 size_t msg_out_len_max; member
54 p->msg_out_len_max == 0 || in softnic_conn_init()
71 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in softnic_conn_init()
123 conn->msg_out_len_max = p->msg_out_len_max; in softnic_conn_init()
240 conn->msg_out_len_max, in data_event_handle()
H A Dconn.h22 size_t msg_out_len_max,
32 size_t msg_out_len_max; member
H A Drte_eth_softnic.c78 .msg_out_len_max = 1024 * 1024,
171 conn_params_default.msg_out_len_max); in pmd_dev_start()
H A Drte_eth_softnic_internals.h1132 size_t msg_out_len_max);
H A Drte_eth_softnic_cli.c6411 size_t msg_out_len_max) in softnic_cli_script_process() argument
6420 msg_out_len_max == 0) in softnic_cli_script_process()
6424 msg_out = malloc(msg_out_len_max + 1); in softnic_cli_script_process()
6450 msg_out_len_max, in softnic_cli_script_process()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c30 size_t msg_out_len_max; member
54 (p->msg_out_len_max == 0) || in conn_init()
71 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in conn_init()
123 conn->msg_out_len_max = p->msg_out_len_max; in conn_init()
240 conn->msg_out_len_max, in data_event_handle()
H A Dconn.h23 size_t msg_out_len_max,
33 size_t msg_out_len_max; member
H A Dmain.c33 .msg_out_len_max = 1024 * 1024,
175 app.conn.msg_out_len_max, in main()
H A Dcli.h16 size_t msg_out_len_max,
H A Dcli.c1374 size_t msg_out_len_max, in cli_script_process() argument
1384 (msg_out_len_max == 0)) in cli_script_process()
1388 msg_out = malloc(msg_out_len_max + 1); in cli_script_process()
1414 msg_out_len_max, in cli_script_process()