Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
Dunix.rs100 let tap_fd = validate_raw_descriptor(tap_fd).context("failed to validate tap fd")?; in new_from_tap_fd() localVariable
241 tap_fd: Vec<String>, field
279 let tap_fd = &arg[pos + 1..] in new_backend_from_tapfd_arg() localVariable
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c478 static void run_tests_skb_less(int tap_fd, struct bpf_map *keys) in run_tests_skb_less()
516 static void test_skb_less_prog_attach(struct bpf_flow *skel, int tap_fd) in test_skb_less_prog_attach()
534 static void test_skb_less_link_create(struct bpf_flow *skel, int tap_fd) in test_skb_less_link_create()
557 int i, err, prog_fd, keys_fd = -1, tap_fd; in test_flow_dissector() local
/external/crosvm/crosvm_plugin/
Dcrosvm.h162 int tap_fd; member
/external/crosvm/src/crosvm/
Dcmdline.rs1960 pub tap_fd: Vec<RawDescriptor>, field
/external/crosvm/crosvm_plugin/src/
Dlib.rs96 tap_fd: c_int, field