Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
Dlinux.rs103 let tap_fd = validate_raw_descriptor(tap_fd).context("failed to validate tap fd")?; in new_from_tap_fd() localVariable
263 tap_fd: Vec<String>, field
311 let tap_fd = &arg[pos + 1..] in new_backend_from_tapfd_arg() localVariable
/external/linux-kselftest/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
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/masque/
Dmasque_utils.cc167 int tap_fd = open("/dev/net/tun", O_RDWR | O_NONBLOCK); in CreateTapInterface() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/masque/
Dmasque_utils.cc167 int tap_fd = open("/dev/net/tun", O_RDWR | O_NONBLOCK); in CreateTapInterface() local
/external/crosvm/crosvm_plugin/
Dcrosvm.h162 int tap_fd; member
/external/crosvm/src/crosvm/
Dcmdline.rs2454 pub tap_fd: Vec<RawDescriptor>, field
/external/crosvm/crosvm_plugin/src/
Dlib.rs94 tap_fd: c_int, field