Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c174 inv_hook.attach_point = BPF_TC_CUSTOM; in test_tc_bpf_api()
353 hook.attach_point = BPF_TC_CUSTOM; in tc_bpf_root()
Dtc_links.c1688 .attach_point = BPF_TC_CUSTOM, in test_tc_links_ingress()
/Linux-v6.6/tools/lib/bpf/
Dnetlink.c553 case BPF_TC_CUSTOM: in attach_point_to_config()
572 case BPF_TC_CUSTOM: in tc_get_tcm_parent()
644 case BPF_TC_CUSTOM: in bpf_tc_hook_destroy()
Dlibbpf.h1191 BPF_TC_CUSTOM = 1 << 2, enumerator