Lines Matching refs:attach_point
534 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config()
549 static int tc_get_tcm_parent(enum bpf_tc_attach_point attach_point, in tc_get_tcm_parent() argument
552 switch (attach_point) { in tc_get_tcm_parent()
558 attach_point == BPF_TC_INGRESS ? in tc_get_tcm_parent()
627 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy()
710 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local
722 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach()
750 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_attach()
786 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local
796 attach_point = OPTS_GET(hook, attach_point, 0); in __bpf_tc_detach()
828 ret = tc_get_tcm_parent(attach_point, &parent); in __bpf_tc_detach()
857 int ret, ifindex, attach_point, prog_fd; in bpf_tc_query() local
868 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_query()
893 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_query()