Lines Matching refs:attach_point
384 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config()
399 static int tc_get_tcm_parent(enum bpf_tc_attach_point attach_point, in tc_get_tcm_parent() argument
402 switch (attach_point) { in tc_get_tcm_parent()
408 attach_point == BPF_TC_INGRESS ? in tc_get_tcm_parent()
477 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy()
559 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local
571 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach()
599 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_attach()
634 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local
644 attach_point = OPTS_GET(hook, attach_point, 0); in __bpf_tc_detach()
676 ret = tc_get_tcm_parent(attach_point, &parent); in __bpf_tc_detach()
705 int ret, ifindex, attach_point, prog_fd; in bpf_tc_query() local
716 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_query()
741 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_query()