Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c90 struct skeletons { struct
99 static int xdp_attach(struct skeletons *skeletons, struct bpf_program *prog, char *iface) in xdp_attach()
142 static int bonding_setup(struct skeletons *skeletons, int mode, int xmit_policy, in bonding_setup()
194 static void bonding_cleanup(struct skeletons *skeletons) in bonding_cleanup()
271 static void test_xdp_bonding_with_mode(struct skeletons *skeletons, int mode, int xmit_policy) in test_xdp_bonding_with_mode()
331 static void test_xdp_bonding_redirect_multi(struct skeletons *skeletons) in test_xdp_bonding_redirect_multi()
380 static void test_xdp_bonding_attach(struct skeletons *skeletons) in test_xdp_bonding_attach()
460 static void test_xdp_bonding_nested(struct skeletons *skeletons) in test_xdp_bonding_nested()
496 static void test_xdp_bonding_features(struct skeletons *skeletons) in test_xdp_bonding_features()
639 struct skeletons skeletons = {}; in serial_test_xdp_bonding() local
Dtest_xdp_veth.c34 struct skeletons { struct
35 struct xdp_dummy *xdp_dummy;
36 struct xdp_tx *xdp_tx;
37 struct xdp_redirect_map *xdp_redirect_maps;
72 static int attach_programs_to_veth_pair(struct skeletons *skeletons, int index) in attach_programs_to_veth_pair()
124 static int configure_network(struct skeletons *skeletons) in configure_network()
175 static int check_ping(struct skeletons *skeletons) in check_ping()
186 struct skeletons skeletons = {}; in test_xdp_veth_redirect() local