Home
last modified time | relevance | path

Searched refs:xgress (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c347 enum bpf_tc_attach_point xgress, in xgress_filter_add() argument
354 qdisc_hook->attach_point = xgress; in xgress_filter_add()
361 xgress == BPF_TC_INGRESS ? "ingress" : "egress", in xgress_filter_add()
374 #define XGRESS_FILTER_ADD(qdisc_hook, xgress, prog, priority) ({ \ argument
375 if ((err = xgress_filter_add(qdisc_hook, xgress, prog, priority))) \