Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c173 inv_hook.attach_point = BPF_TC_CUSTOM; in test_tc_bpf_api()
352 hook.attach_point = BPF_TC_CUSTOM; in test_tc_bpf()
/linux-6.1.9/tools/lib/bpf/
Dnetlink.c446 case BPF_TC_CUSTOM: in attach_point_to_config()
465 case BPF_TC_CUSTOM: in tc_get_tcm_parent()
537 case BPF_TC_CUSTOM: in bpf_tc_hook_destroy()
Dlibbpf.h975 BPF_TC_CUSTOM = 1 << 2, enumerator