Lines Matching refs:attach_point
545 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config()
560 static int tc_get_tcm_parent(enum bpf_tc_attach_point attach_point, in tc_get_tcm_parent() argument
563 switch (attach_point) { in tc_get_tcm_parent()
569 attach_point == BPF_TC_INGRESS ? in tc_get_tcm_parent()
638 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy()
721 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local
733 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach()
761 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_attach()
797 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local
807 attach_point = OPTS_GET(hook, attach_point, 0); in __bpf_tc_detach()
839 ret = tc_get_tcm_parent(attach_point, &parent); in __bpf_tc_detach()
868 int ret, ifindex, attach_point, prog_fd; in bpf_tc_query() local
879 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_query()
904 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_query()