Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dnetlink.c386 case BPF_TC_EGRESS: in attach_point_to_config()
387 case BPF_TC_INGRESS | BPF_TC_EGRESS: in attach_point_to_config()
404 case BPF_TC_EGRESS: in tc_get_tcm_parent()
479 case BPF_TC_EGRESS: in bpf_tc_hook_destroy()
481 case BPF_TC_INGRESS | BPF_TC_EGRESS: in bpf_tc_hook_destroy()
Dlibbpf.h603 BPF_TC_EGRESS = 1 << 1, enumerator
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c376 hook.attach_point = BPF_TC_EGRESS; in test_tc_bpf()
391 hook.attach_point = BPF_TC_INGRESS | BPF_TC_EGRESS; in test_tc_bpf()