Lines Matching defs:attach_point
555 switch (OPTS_GET(hook, attach_point, 0)) {
573 static int tc_get_tcm_parent(enum bpf_tc_attach_point attach_point,
576 switch (attach_point) {
582 attach_point == BPF_TC_INGRESS ?
651 switch (OPTS_GET(hook, attach_point, 0)) {
735 int ret, ifindex, attach_point, prog_fd;
747 attach_point = OPTS_GET(hook, attach_point, 0);
775 ret = tc_get_tcm_parent(attach_point, &parent);
811 int ret, ifindex, attach_point, prog_fd;
821 attach_point = OPTS_GET(hook, attach_point, 0);
853 ret = tc_get_tcm_parent(attach_point, &parent);
882 int ret, ifindex, attach_point, prog_fd;
893 attach_point = OPTS_GET(hook, attach_point, 0);
918 ret = tc_get_tcm_parent(attach_point, &parent);