Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c506 static int pkt_stream_replace_ifobject(struct ifobject *ifobj, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace()
520 ret = pkt_stream_replace_ifobject(test->ifobj_tx, nb_pkts, pkt_len); in __pkt_stream_replace_half()
524 return pkt_stream_replace_ifobject(test->ifobj_rx, nb_pkts, pkt_len); in __pkt_stream_replace_half()
2520 ret = pkt_stream_replace_ifobject(test->ifobj_tx, DEFAULT_BATCH_SIZE, pkt_len); in testapp_adjust_tail_shrink()
2524 ret = pkt_stream_replace_ifobject(test->ifobj_rx, DEFAULT_BATCH_SIZE, pkt_len + value); in testapp_adjust_tail_shrink_mb()
487 static int pkt_stream_replace_ifobject(struct ifobject *ifobj, u32 nb_pkts, u32 pkt_len) pkt_stream_replace_ifobject() function