Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_qdisc.c17 #define LO_IFINDEX 1 macro
23 DECLARE_LIBBPF_OPTS(bpf_tc_hook, hook, .ifindex = LO_IFINDEX, in do_test()
120 DECLARE_LIBBPF_OPTS(bpf_tc_hook, hook, .ifindex = LO_IFINDEX, in test_qdisc_attach_to_non_root()
H A Dtc_change_tail.c9 #define LO_IFINDEX 1 macro
24 link = bpf_program__attach_tcx(skel->progs.change_tail, LO_IFINDEX, in test_tc_change_tail()
H A Dtc_bpf.c9 #define LO_IFINDEX 1 macro
126 inv_hook.ifindex = LO_IFINDEX; in test_tc_bpf_api()
333 DECLARE_LIBBPF_OPTS(bpf_tc_hook, hook, .ifindex = LO_IFINDEX, in tc_bpf_root()