Home
last modified time | relevance | path

Searched defs:skeletons (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c89 struct skeletons { struct
98 static int xdp_attach(struct skeletons *skeletons, struct bpf_program *prog, char *iface) in xdp_attach()
141 static int bonding_setup(struct skeletons *skeletons, int mode, int xmit_policy, in bonding_setup()
201 static void bonding_cleanup(struct skeletons *skeletons) in bonding_cleanup()
274 static void test_xdp_bonding_with_mode(struct skeletons *skeletons, int mode, int xmit_policy) in test_xdp_bonding_with_mode()
334 static void test_xdp_bonding_redirect_multi(struct skeletons *skeletons) in test_xdp_bonding_redirect_multi()
383 static void test_xdp_bonding_attach(struct skeletons *skeletons) in test_xdp_bonding_attach()
463 static void test_xdp_bonding_nested(struct skeletons *skeletons) in test_xdp_bonding_nested()
525 struct skeletons skeletons = {}; in test_xdp_bonding() local