/linux/tools/lib/bpf/ |
H A D | netlink.c | 532 typedef int (*qdisc_config_t)(struct libbpf_nla_req *req, const struct bpf_tc_hook *hook); 534 static int clsact_config(struct libbpf_nla_req *req, const struct bpf_tc_hook *hook) in clsact_config() 542 static int qdisc_config(struct libbpf_nla_req *req, const struct bpf_tc_hook *hook) in attach_point_to_config() 552 static int attach_point_to_config(struct bpf_tc_hook *hook, in attach_point_to_config() 595 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify() 619 static int tc_qdisc_create_excl(struct bpf_tc_hook *hook) in bpf_tc_hook_create() 624 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in bpf_tc_hook_create() 629 int bpf_tc_hook_create(struct bpf_tc_hook *hook) 633 if (!hook || !OPTS_VALID(hook, bpf_tc_hook) || in bpf_tc_hook_destroy() 641 static int __bpf_tc_detach(const struct bpf_tc_hook *hoo in bpf_tc_hook_destroy() [all...] |
H A D | libbpf.h | 1319 struct bpf_tc_hook { struct 1341 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook); argument 1342 LIBBPF_API int bpf_tc_hook_destroy(struct bpf_tc_hook *hook); 1343 LIBBPF_API int bpf_tc_attach(const struct bpf_tc_hook *hook, 1345 LIBBPF_API int bpf_tc_detach(const struct bpf_tc_hook *hook, 1347 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_tunnel.c | 539 DECLARE_LIBBPF_OPTS(bpf_tc_hook, hook, .ifindex = ifindex, in test_ip6vxlan_tunnel()
|
H A D | tc_redirect.c | 330 static int qdisc_clsact_create(struct bpf_tc_hook *qdisc_hook, int ifindex) in qdisc_clsact_create() 347 static int xgress_filter_add(struct bpf_tc_hook *qdisc_hook, in xgress_filter_add() 385 LIBBPF_OPTS(bpf_tc_hook, qdisc_src_fwd); in netns_load_bpf() 386 LIBBPF_OPTS(bpf_tc_hook, qdisc_dst_fwd); in netns_load_bpf() 691 LIBBPF_OPTS(bpf_tc_hook, qdisc_src_fwd); in netns_load_dtime_bpf() 692 LIBBPF_OPTS(bpf_tc_hook, qdisc_dst_fwd); in netns_load_dtime_bpf() 693 LIBBPF_OPTS(bpf_tc_hook, qdisc_src); in netns_load_dtime_bpf() 694 LIBBPF_OPTS(bpf_tc_hook, qdisc_dst); in netns_load_dtime_bpf() 1154 LIBBPF_OPTS(bpf_tc_hook, qdisc_tun_fwd); in test_tc_redirect_peer_l3() 1155 LIBBPF_OPTS(bpf_tc_hook, qdisc_dst_fw in test_tc_redirect_peer_l3() [all...] |
H A D | tc_bpf.c | 26 static int test_tc_bpf_basic(const struct bpf_tc_hook *hook, int fd) in test_tc_bpf_basic() 69 static int test_tc_bpf_api(struct bpf_tc_hook *hook, int fd) in test_tc_bpf_api() 72 DECLARE_LIBBPF_OPTS(bpf_tc_hook, inv_hook, .attach_point = BPF_TC_INGRESS); in test_tc_bpf_api() 333 DECLARE_LIBBPF_OPTS(bpf_tc_hook, hook, .ifindex = LO_IFINDEX, in tc_bpf_root()
|
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() 294 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .attach_point = BPF_TC_INGRESS); in _test_xfrm_info()
|
H A D | decap_sanity.c | 18 LIBBPF_OPTS(bpf_tc_hook, qdisc_hook, .attach_point = BPF_TC_EGRESS); in test_decap_sanity()
|
H A D | xdp_context_test_run.c | 177 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .attach_point = BPF_TC_INGRESS); in test_xdp_context_veth() 262 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .attach_point = BPF_TC_INGRESS); in test_xdp_context_tuntap()
|
H A D | xdp_do_redirect.c | 42 static int attach_tc_prog(struct bpf_tc_hook *hook, int fd) in attach_tc_prog() 116 DECLARE_LIBBPF_OPTS(bpf_tc_hook, tc_hook, in test_xdp_do_redirect()
|
H A D | tcp_custom_syncookie.c | 52 LIBBPF_OPTS(bpf_tc_hook, qdisc_lo, .attach_point = BPF_TC_INGRESS); in setup_tc()
|
H A D | cgroup_ancestor.c | 18 struct bpf_tc_hook qdisc;
|
H A D | assign_reuse.c | 84 DECLARE_LIBBPF_OPTS(bpf_tc_hook, tc_hook, in run_assign_reuse()
|
H A D | crypto_sanity.c | 82 LIBBPF_OPTS(bpf_tc_hook, qdisc_hook, .attach_point = BPF_TC_EGRESS); in test_crypto_sanity()
|
H A D | vrf_socket_lookup.c | 107 LIBBPF_OPTS(bpf_tc_hook, hook, .attach_point = BPF_TC_INGRESS); in attach_progs()
|
H A D | tc_links.c | 526 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_chain_classic() 1580 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_chain_mixed() 1688 LIBBPF_OPTS(bpf_tc_hook, tc_hook, in test_tc_links_ingress() 1854 LIBBPF_OPTS(bpf_tc_hook, tc_hook); in test_tc_links_dev_mixed()
|
H A D | tc_opts.c | 566 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_chain_classic() 2247 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_opts_delete_empty() 2279 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_chain_mixed()
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 33 LIBBPF_OPTS(bpf_tc_hook, hook, in cleanup() 231 LIBBPF_OPTS(bpf_tc_hook, hook, in syncookie_attach()
|