Lines Matching refs:tcx
149 [BPF_LINK_TYPE_TCX] = "tcx",
9243 SEC_DEF("tc/ingress", SCHED_CLS, BPF_TCX_INGRESS, SEC_NONE), /* alias for tcx */
9244 SEC_DEF("tc/egress", SCHED_CLS, BPF_TCX_EGRESS, SEC_NONE), /* alias for tcx */
9245 SEC_DEF("tcx/ingress", SCHED_CLS, BPF_TCX_INGRESS, SEC_NONE),
9246 SEC_DEF("tcx/egress", SCHED_CLS, BPF_TCX_EGRESS, SEC_NONE),
9247 SEC_DEF("tc", SCHED_CLS, 0, SEC_NONE), /* deprecated / legacy, use tcx */
9248 SEC_DEF("classifier", SCHED_CLS, 0, SEC_NONE), /* deprecated / legacy, use tcx */
9249 SEC_DEF("action", SCHED_ACT, 0, SEC_NONE), /* deprecated / legacy, use tcx */
12468 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0);
12469 link_create_opts.tcx.relative_fd = relative_fd;
12470 link_create_opts.tcx.relative_id = relative_id;
12474 return bpf_program_attach_fd(prog, ifindex, "tcx", &link_create_opts);