Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h184 struct bpf_map *xskmap_tx; member
H A Dxskxceiver.c426 test->xskmap_tx = ifobj_tx->xdp_progs->maps.xsk; in __test_spec_init()
468 struct bpf_map *xskmap_tx) in test_spec_set_xdp_prog() argument
473 test->xskmap_tx = xskmap_tx; in test_spec_set_xdp_prog()
1592 xsk_reattach_xdp(ifobj_tx, test->xdp_prog_tx, test->xskmap_tx, test->mode); in xsk_attach_xdp_progs()