Lines Matching refs:tcx
139 [BPF_LINK_TYPE_TCX] = "tcx",
8794 SEC_DEF("tc/ingress", SCHED_CLS, BPF_TCX_INGRESS, SEC_NONE), /* alias for tcx */
8795 SEC_DEF("tc/egress", SCHED_CLS, BPF_TCX_EGRESS, SEC_NONE), /* alias for tcx */
8796 SEC_DEF("tcx/ingress", SCHED_CLS, BPF_TCX_INGRESS, SEC_NONE),
8797 SEC_DEF("tcx/egress", SCHED_CLS, BPF_TCX_EGRESS, SEC_NONE),
8798 SEC_DEF("tc", SCHED_CLS, 0, SEC_NONE), /* deprecated / legacy, use tcx */
8799 SEC_DEF("classifier", SCHED_CLS, 0, SEC_NONE), /* deprecated / legacy, use tcx */
8800 SEC_DEF("action", SCHED_ACT, 0, SEC_NONE), /* deprecated / legacy, use tcx */
11988 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0);
11989 link_create_opts.tcx.relative_fd = relative_fd;
11990 link_create_opts.tcx.relative_id = relative_id;
11994 return bpf_program_attach_fd(prog, ifindex, "tcx", &link_create_opts);