Home
last modified time | relevance | path

Searched refs:packet_direction (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_pdcp_sdap_test_vectors.h31 uint8_t packet_direction; member
63 .packet_direction = 0,
92 .packet_direction = 1,
121 .packet_direction = 0,
151 .packet_direction = 1,
180 .packet_direction = 0,
210 .packet_direction = 1,
239 .packet_direction = 0,
268 .packet_direction = 1,
318 .packet_direction = 0,
[all …]
H A Dtest_cryptodev.c8363 uint8_t packet_direction, uint8_t sn_size, in test_pdcp_proto() argument
8410 packet_direction ? 4 : 0; in test_pdcp_proto()
8433 .pkt_dir = packet_direction, in test_pdcp_proto()
8435 .hfn = packet_direction ? 0 : hfn, in test_pdcp_proto()
8445 .hfn_ovrd = packet_direction ? 1 : 0, in test_pdcp_proto()
8476 *per_pkt_hfn = packet_direction ? hfn : 0; in test_pdcp_proto()
9024 cur_test->packet_direction, cur_test->sn_size, in test_PDCP_SDAP_PROTO_encap_all()
9110 cur_test->param.domain, cur_test->packet_direction, in test_PDCP_SDAP_PROTO_decap_all()