Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A Dtc_links.c1690 .attach_point = BPF_TC_CUSTOM, in test_tc_links_ingress()
/openbmc/linux/tools/lib/bpf/
H A 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()
H A Dlibbpf.h1191 BPF_TC_CUSTOM = 1 << 2, enumerator