Searched refs:pkt_stream_replace_ifobject (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 487 static int pkt_stream_replace_ifobject(struct ifobject *ifobj, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace_ifobject() function 501 ret = pkt_stream_replace_ifobject(test->ifobj_tx, nb_pkts, pkt_len); in pkt_stream_replace() 505 return pkt_stream_replace_ifobject(test->ifobj_rx, nb_pkts, pkt_len); in pkt_stream_replace() 2497 ret = pkt_stream_replace_ifobject(test->ifobj_tx, DEFAULT_BATCH_SIZE, pkt_len); in testapp_adjust_tail() 2501 ret = pkt_stream_replace_ifobject(test->ifobj_rx, DEFAULT_BATCH_SIZE, pkt_len + value); in testapp_adjust_tail()
|