Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c566 static int create_tap(const char *ifname) in create_tap() function
729 tap_fd = create_tap("tap0"); in test_flow_dissector_skb_less_direct_attach()
730 if (!ASSERT_OK_FD(tap_fd, "create_tap")) in test_flow_dissector_skb_less_direct_attach()
773 tap_fd = create_tap("tap0"); in test_flow_dissector_skb_less_indirect_attach()
774 if (!ASSERT_OK_FD(tap_fd, "create_tap")) in test_flow_dissector_skb_less_indirect_attach()