Home
last modified time | relevance | path

Searched defs:tap_fd (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c513 static void run_tests_skb_less(int tap_fd, struct bpf_map *keys) in run_tests_skb_less()
554 static void test_skb_less_prog_attach(struct bpf_flow *skel, int tap_fd) in test_skb_less_prog_attach()
572 static void test_skb_less_link_create(struct bpf_flow *skel, int tap_fd) in test_skb_less_link_create()
595 int i, err, prog_fd, keys_fd = -1, tap_fd; in test_flow_dissector() local