Home
last modified time | relevance | path

Searched defs:buf_copy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c155 static __always_inline bool buf_copy(buf_t *buf, void *dst, size_t len) in buf_copy() function
/aosp_15_r20/external/cronet/net/socket/
H A Dssl_client_socket_unittest.cc362 auto buf_copy = base::MakeRefCounted<IOBufferWithSize>(len); in ReadIfReady() local