Lines Matching refs:attach_point
557 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config()
575 static int tc_get_tcm_parent(enum bpf_tc_attach_point attach_point, in tc_get_tcm_parent() argument
578 switch (attach_point) { in tc_get_tcm_parent()
584 attach_point == BPF_TC_INGRESS ? in tc_get_tcm_parent()
653 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy()
737 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local
749 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach()
777 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_attach()
813 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local
823 attach_point = OPTS_GET(hook, attach_point, 0); in __bpf_tc_detach()
855 ret = tc_get_tcm_parent(attach_point, &parent); in __bpf_tc_detach()
884 int ret, ifindex, attach_point, prog_fd; in bpf_tc_query() local
895 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_query()
920 ret = tc_get_tcm_parent(attach_point, &parent); in bpf_tc_query()