Searched defs:tap_fd (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 513 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
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/ |
H A D | linux.rs | 103 let tap_fd = validate_raw_descriptor(tap_fd).context("failed to validate tap fd")?; in new_from_tap_fd() localVariable 256 tap_fd: Vec<String>, field 304 let tap_fd = &arg[pos + 1..] in new_backend_from_tapfd_arg() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_pan.cc | 270 void create_tap_read_thread(int tap_fd) { in create_tap_read_thread() 418 int btpan_tap_send(int tap_fd, const RawAddress& src, const RawAddress& dst, uint16_t proto, in btpan_tap_send()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/ |
H A D | masque_utils.cc | 167 int tap_fd = open("/dev/net/tun", O_RDWR | O_NONBLOCK); in CreateTapInterface() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/ |
D | btif_pan_internal.h | 71 int tap_fd; member
|
/aosp_15_r20/external/crosvm/crosvm_plugin/ |
H A D | crosvm.h | 162 int tap_fd; member
|
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/src/ |
D | aidl.rs | 532 let tap_fd = NETWORK_SERVICE.createTapInterface("fixed")?; in createTapInterface() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/ |
D | crosvm.rs | 1206 let tap_fd = preserved_fds.last().unwrap().as_raw_fd(); in run_vm() localVariable
|
/aosp_15_r20/external/crosvm/src/crosvm/ |
H A D | cmdline.rs | 2396 pub tap_fd: Vec<RawDescriptor>, field
|
/aosp_15_r20/external/crosvm/crosvm_plugin/src/ |
H A D | lib.rs | 94 tap_fd: c_int, field
|