Searched defs:tap_fd (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/ |
D | unix.rs | 100 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/ |
D | flow_dissector.c | 478 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/ |
D | crosvm.h | 162 int tap_fd; member
|
/external/crosvm/src/crosvm/ |
D | cmdline.rs | 1960 pub tap_fd: Vec<RawDescriptor>, field
|
/external/crosvm/crosvm_plugin/src/ |
D | lib.rs | 96 tap_fd: c_int, field
|