Lines Matching defs: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 qdisc_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 tc_qdisc_create_excl()
624 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in tc_qdisc_delete()
629 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create()
645 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy()
732 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach()
806 static int __bpf_tc_detach(const struct bpf_tc_hook *hook, in __bpf_tc_detach()
867 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach()
879 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query()