Searched refs:xdp_attach (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c99 static int xdp_attach(struct skeletons *skeletons, struct bpf_program *prog, char *iface) function
162 if (xdp_attach(skeletons, skeletons->xdp_dummy->progs.xdp_dummy_prog, "veth1_2"))
176 if (xdp_attach(skeletons, skeletons->xdp_dummy->progs.xdp_dummy_prog, "bond1"))
183 if (xdp_attach(skeletons, skeletons->xdp_tx->progs.xdp_tx, "bond2"))
358 if (xdp_attach(skeletons,

Completed in 158 milliseconds