Searched refs:attach_tc_prog (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xfrm_info.c | 72 static int attach_tc_prog(struct bpf_tc_hook *hook, int igr_fd, int egr_fd) in attach_tc_prog() function 317 if (attach_tc_prog(&tc_hook, get_xfrm_info_prog_fd, in _test_xfrm_info()
|
| H A D | xdp_do_redirect.c | 42 static int attach_tc_prog(struct bpf_tc_hook *hook, int fd) in attach_tc_prog() function 219 if (attach_tc_prog(&tc_hook, tc_prog_fd)) in test_xdp_do_redirect()
|
| H A D | test_tunnel.c | 537 static int attach_tc_prog(int ifindex, int igr_fd, int egr_fd) in attach_tc_prog() function 585 return attach_tc_prog(ifindex, igr_fd, egr_fd); in generic_attach() 599 return attach_tc_prog(ifindex, igr_fd, -1); in generic_attach_igr() 613 return attach_tc_prog(ifindex, -1, egr_fd); in generic_attach_egr()
|