Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c350 enum bpf_tc_attach_point xgress, in xgress_filter_add() argument
357 qdisc_hook->attach_point = xgress; in xgress_filter_add()
364 xgress == BPF_TC_INGRESS ? "ingress" : "egress", in xgress_filter_add()
377 #define XGRESS_FILTER_ADD(qdisc_hook, xgress, prog, priority) ({ \ argument
378 if ((err = xgress_filter_add(qdisc_hook, xgress, prog, priority))) \