Home
last modified time | relevance | path

Searched defs:tcp (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_posix.cc686 static void cover_self(grpc_tcp* tcp) { in cover_self()
716 static void notify_on_read(grpc_tcp* tcp) { in notify_on_read()
723 static void notify_on_write(grpc_tcp* tcp) { in notify_on_write()
743 static void add_to_estimate(grpc_tcp* tcp, size_t bytes) { in add_to_estimate()
747 static void finish_estimate(grpc_tcp* tcp) { in finish_estimate()
762 grpc_tcp* tcp) { in tcp_annotate_error()
777 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); in tcp_shutdown() local
785 static void tcp_free(grpc_tcp* tcp) { in tcp_free()
796 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION) argument
797 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), DEBUG_LOCATION) argument
[all …]
H A Dtcp_windows.cc131 static void tcp_free(grpc_tcp* tcp) { in tcp_free()
139 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
140 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
141 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref()
154 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref()
165 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
166 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
167 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref()
173 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
178 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc638 static void cover_self(grpc_tcp* tcp) { in cover_self()
668 static void notify_on_read(grpc_tcp* tcp) { in notify_on_read()
675 static void notify_on_write(grpc_tcp* tcp) { in notify_on_write()
695 static void add_to_estimate(grpc_tcp* tcp, size_t bytes) { in add_to_estimate()
699 static void finish_estimate(grpc_tcp* tcp) { in finish_estimate()
714 grpc_tcp* tcp) { in tcp_annotate_error()
729 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); in tcp_shutdown() local
734 static void tcp_free(grpc_tcp* tcp) { in tcp_free()
745 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION) argument
746 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), DEBUG_LOCATION) argument
[all …]
Dtcp_windows.cc131 static void tcp_free(grpc_tcp* tcp) { in tcp_free()
139 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
140 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
141 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref()
154 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref()
165 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
166 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
167 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref()
173 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
178 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read() local
[all …]
/aosp_15_r20/external/strace/
H A Dv4l2.c141 print_v4l2_capability(struct tcb *const tcp, const kernel_ulong_t arg) in print_v4l2_capability()
172 print_v4l2_fmtdesc(struct tcb *const tcp, const kernel_ulong_t arg) in print_v4l2_fmtdesc()
203 print_v4l2_clip(struct tcb *tcp, void *elem_buf, size_t elem_size, void *data) in print_v4l2_clip()
211 print_v4l2_format_fmt(struct tcb *const tcp, const char *prefix, in print_v4l2_format_fmt()
349 print_v4l2_format(struct tcb *const tcp, const kernel_ulong_t arg, in print_v4l2_format()
381 print_v4l2_requestbuffers(struct tcb *const tcp, const kernel_ulong_t arg) in print_v4l2_requestbuffers()
417 print_v4l2_buffer(struct tcb *const tcp, const unsigned int code, in print_v4l2_buffer()
463 print_v4l2_framebuffer(struct tcb *const tcp, const kernel_ulong_t arg) in print_v4l2_framebuffer()
479 print_v4l2_buf_type(struct tcb *const tcp, const kernel_ulong_t arg) in print_v4l2_buf_type()
496 print_v4l2_streamparm(struct tcb *const tcp, const kernel_ulong_t arg, in print_v4l2_streamparm()
[all …]
H A Drtnl_link.c66 decode_rtnl_link_stats(struct tcb *const tcp, in decode_rtnl_link_stats()
120 decode_ifla_bridge_id(struct tcb *const tcp, in decode_ifla_bridge_id()
179 decode_ifla_protinfo(struct tcb *const tcp, in decode_ifla_protinfo()
192 decode_rtnl_link_ifmap(struct tcb *const tcp, in decode_rtnl_link_ifmap()
217 decode_nla_linkinfo_kind(struct tcb *const tcp, in decode_nla_linkinfo_kind()
240 decode_nla_linkinfo_xstats_can(struct tcb *const tcp, in decode_nla_linkinfo_xstats_can()
274 decode_nla_linkinfo_xstats(struct tcb *const tcp, in decode_nla_linkinfo_xstats()
340 decode_nla_linkinfo_data_bridge(struct tcb *const tcp, in decode_nla_linkinfo_data_bridge()
354 decode_nla_tun_type(struct tcb *const tcp, in decode_nla_tun_type()
384 decode_nla_linkinfo_data_tun(struct tcb *const tcp, in decode_nla_linkinfo_data_tun()
[all …]
H A Dsyscall.c277 update_personality(struct tcb *tcp, unsigned int personality) in update_personality()
304 decode_socket_subcall(struct tcb *tcp) in decode_socket_subcall()
331 decode_ipc_subcall(struct tcb *tcp) in decode_ipc_subcall()
371 decode_syscall_subcall(struct tcb *tcp) in decode_syscall_subcall()
398 dumpio(struct tcb *tcp) in dumpio()
489 tcb_inject_opts(struct tcb *tcp) in tcb_inject_opts()
497 tamper_with_syscall_entering(struct tcb *tcp, unsigned int *signo) in tamper_with_syscall_entering()
544 tamper_with_syscall_exiting(struct tcb *tcp) in tamper_with_syscall_exiting()
611 syscall_entering_decode(struct tcb *tcp) in syscall_entering_decode()
658 syscall_entering_trace(struct tcb *tcp, unsigned int *sig) in syscall_entering_trace()
[all …]
H A Dnet.c103 decode_sockbuf(struct tcb *const tcp, const int fd, const kernel_ulong_t addr, in decode_sockbuf()
214 fetch_socklen(struct tcb *const tcp, int *const plen, in fetch_socklen()
222 decode_sockname(struct tcb *tcp) in decode_sockname()
380 printpair_fd(struct tcb *tcp, const int i0, const int i1) in printpair_fd()
390 decode_pair_fd(struct tcb *const tcp, const kernel_ulong_t addr) in decode_pair_fd()
401 do_pipe(struct tcb *tcp, int flags_arg) in do_pipe()
478 print_sockopt_fd_level_name(struct tcb *tcp, int fd, unsigned int level, in print_sockopt_fd_level_name()
585 print_get_linger(struct tcb *const tcp, const kernel_ulong_t addr, in print_get_linger()
621 print_get_ucred(struct tcb *const tcp, const kernel_ulong_t addr, in print_get_ucred()
674 print_tpacket_stats(struct tcb *const tcp, const kernel_ulong_t addr, in print_tpacket_stats()
[all …]
H A Dmsghdr.c61 print_scm_rights(struct tcb *tcp, const void *cmsg_data, in print_scm_rights()
84 print_scm_creds(struct tcb *tcp, const void *cmsg_data, in print_scm_creds()
96 print_scm_security(struct tcb *tcp, const void *cmsg_data, in print_scm_security()
103 print_scm_timestamp(struct tcb *tcp, const void *cmsg_data, in print_scm_timestamp()
110 print_scm_timestampns(struct tcb *tcp, const void *cmsg_data, in print_scm_timestampns()
117 print_scm_timestamping(struct tcb *tcp, const void *cmsg_data, in print_scm_timestamping()
124 print_cmsg_ip_pktinfo(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_pktinfo()
136 print_cmsg_uint(struct tcb *tcp, const void *cmsg_data, in print_cmsg_uint()
145 print_cmsg_uint8_t(struct tcb *tcp, const void *cmsg_data, in print_cmsg_uint8_t()
154 print_cmsg_ip_opts(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_opts()
[all …]
H A Dnlattr.c42 fetch_nlattr(struct tcb *const tcp, struct nlattr *const nlattr, in fetch_nlattr()
86 decode_nlattr_with_data(struct tcb *const tcp, in decode_nlattr_with_data()
124 decode_nlattr(struct tcb *const tcp, in decode_nlattr()
183 decode_nla_str(struct tcb *const tcp, in decode_nla_str()
194 decode_nla_strn(struct tcb *const tcp, in decode_nla_strn()
205 decode_nla_meminfo(struct tcb *const tcp, in decode_nla_meminfo()
228 decode_nla_fd(struct tcb *const tcp, in decode_nla_fd()
244 decode_nla_uid(struct tcb *const tcp, in decode_nla_uid()
260 decode_nla_gid(struct tcb *const tcp, in decode_nla_gid()
269 decode_nla_ifindex(struct tcb *const tcp, in decode_nla_ifindex()
[all …]
H A Dkeyctl.c86 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) in keyctl_get_keyring_id()
93 keyctl_update_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_update_key()
103 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) in keyctl_handle_key_key()
111 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_read_key()
132 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1, in keyctl_keyring_search()
145 keyctl_chown_key(struct tcb *tcp, key_serial_t id, unsigned user, in keyctl_chown_key()
154 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr, in keyctl_instantiate_key()
165 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1, in keyctl_instantiate_key_iov()
177 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_negate_key()
186 keyctl_reject_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_reject_key()
[all …]
H A Dutil.c175 getllval(struct tcb *tcp, unsigned long long *val, int arg_no) in getllval()
222 printllval(struct tcb *tcp, const char *format, int arg_no) in printllval()
304 printnum_addr_long_int(struct tcb *tcp, const kernel_ulong_t addr) in printnum_addr_long_int()
316 printnum_addr_klong_int(struct tcb *tcp, const kernel_ulong_t addr) in printnum_addr_klong_int()
382 getfdproto(struct tcb *tcp, int fd) in getfdproto()
412 getfdinode(struct tcb *tcp, int fd) in getfdinode()
430 printsocket(struct tcb *tcp, int fd, const char *path) in printsocket()
444 printdev(struct tcb *tcp, int fd, const char *path) in printdev()
472 printfd(struct tcb *tcp, int fd) in printfd()
751 printpathn(struct tcb *const tcp, const kernel_ulong_t addr, unsigned int n) in printpathn()
[all …]
H A Dkvm.c53 vcpu_find(struct tcb *const tcp, int fd) in vcpu_find()
65 vcpu_alloc(struct tcb *const tcp, int fd, int cpuid) in vcpu_alloc()
79 kvm_vcpu_info_free(struct tcb *tcp) in kvm_vcpu_info_free()
92 vcpu_register(struct tcb *const tcp, int fd, int cpuid) in vcpu_register()
133 vcpu_get_info(struct tcb *const tcp, int fd) in vcpu_get_info()
195 kvm_ioctl_create_vcpu(struct tcb *const tcp, const kernel_ulong_t arg) in kvm_ioctl_create_vcpu()
213 kvm_ioctl_set_user_memory_region(struct tcb *const tcp, const kernel_ulong_t arg) in kvm_ioctl_set_user_memory_region()
235 kvm_ioctl_decode_regs(struct tcb *const tcp, const unsigned int code, in kvm_ioctl_decode_regs()
254 print_kvm_cpuid_entry(struct tcb *const tcp, in print_kvm_cpuid_entry()
272 kvm_ioctl_decode_cpuid2(struct tcb *const tcp, const unsigned int code, in kvm_ioctl_decode_cpuid2()
[all …]
H A Ddefs.h290 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL)) argument
291 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL) argument
292 #define syserror(tcp) ((tcp)->u_error != 0) argument
293 #define traced(tcp) ((tcp)->qual_flg & QUAL_TRACE) argument
294 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE) argument
295 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV) argument
296 #define raw(tcp) ((tcp)->qual_flg & QUAL_RAW) argument
297 #define inject(tcp) ((tcp)->qual_flg & QUAL_INJECT) argument
298 #define filtered(tcp) ((tcp)->flags & TCB_FILTERED) argument
299 #define hide_log(tcp) ((tcp)->flags & TCB_HIDE_LOG) argument
[all …]
H A Dstrace.c367 ptrace_restart(const unsigned int op, struct tcb *const tcp, unsigned int sig) in ptrace_restart()
523 outf_perror(const struct tcb * const tcp) in outf_perror()
598 flush_tcp_output(const struct tcb *const tcp) in flush_tcp_output()
618 set_current_tcp(const struct tcb *tcp) in set_current_tcp()
628 printleader(struct tcb *tcp) in printleader()
717 after_successful_attach(struct tcb *tcp, const unsigned int flags) in after_successful_attach()
759 struct tcb *tcp; in alloctcb() local
782 get_tcb_priv_data(const struct tcb *tcp) in get_tcb_priv_data()
788 set_tcb_priv_data(struct tcb *tcp, void *const priv_data, in set_tcb_priv_data()
801 free_tcb_priv_data(struct tcb *tcp) in free_tcb_priv_data()
[all …]
H A Dmtd.c53 decode_erase_info_user(struct tcb *const tcp, const kernel_ulong_t addr) in decode_erase_info_user()
65 decode_erase_info_user64(struct tcb *const tcp, const kernel_ulong_t addr) in decode_erase_info_user64()
78 decode_mtd_oob_buf(struct tcb *const tcp, const kernel_ulong_t addr) in decode_mtd_oob_buf()
92 decode_mtd_oob_buf64(struct tcb *const tcp, const kernel_ulong_t addr) in decode_mtd_oob_buf64()
106 decode_otp_info(struct tcb *const tcp, const kernel_ulong_t addr) in decode_otp_info()
119 decode_otp_select(struct tcb *const tcp, const kernel_ulong_t addr) in decode_otp_select()
133 decode_mtd_write_req(struct tcb *const tcp, const kernel_ulong_t addr) in decode_mtd_write_req()
152 decode_mtd_info_user(struct tcb *const tcp, const kernel_ulong_t addr) in decode_mtd_info_user()
171 decode_nand_oobinfo(struct tcb *const tcp, const kernel_ulong_t addr) in decode_nand_oobinfo()
207 decode_nand_ecclayout_user(struct tcb *const tcp, const kernel_ulong_t addr) in decode_nand_ecclayout_user()
[all …]
H A Devdev.c59 abs_ioctl(struct tcb *const tcp, const kernel_ulong_t arg) in abs_ioctl()
93 keycode_ioctl(struct tcb *const tcp, const kernel_ulong_t arg) in keycode_ioctl()
110 keycode_V2_ioctl(struct tcb *const tcp, const kernel_ulong_t arg) in keycode_V2_ioctl()
147 getid_ioctl(struct tcb *const tcp, const kernel_ulong_t arg) in getid_ioctl()
167 decode_bitset_(struct tcb *const tcp, const kernel_ulong_t arg, in decode_bitset_()
215 mtslots_ioctl(struct tcb *const tcp, const unsigned int code, in mtslots_ioctl()
248 repeat_ioctl(struct tcb *const tcp, const kernel_ulong_t arg) in repeat_ioctl()
257 bit_ioctl(struct tcb *const tcp, const unsigned int ev_nr, in bit_ioctl()
307 evdev_read_ioctl(struct tcb *const tcp, const unsigned int code, in evdev_read_ioctl()
383 evdev_write_ioctl(struct tcb *const tcp, const unsigned int code, in evdev_write_ioctl()
[all …]
H A Drtnl_tc.c47 decode_tc_stats(struct tcb *const tcp, in decode_tc_stats()
74 decode_tc_estimator(struct tcb *const tcp, in decode_tc_estimator()
93 decode_gnet_stats_basic(struct tcb *const tcp, in decode_gnet_stats_basic()
118 decode_gnet_stats_rate_est(struct tcb *const tcp, in decode_gnet_stats_rate_est()
141 decode_gnet_stats_queue(struct tcb *const tcp, in decode_gnet_stats_queue()
167 decode_gnet_stats_rate_est64(struct tcb *const tcp, in decode_gnet_stats_rate_est64()
199 decode_nla_tc_stats(struct tcb *const tcp, in decode_nla_tc_stats()
212 decode_tc_sizespec(struct tcb *const tcp, in decode_tc_sizespec()
241 print_stab_data(struct tcb *const tcp, void *const elem_buf, in print_stab_data()
250 decode_tca_stab_data(struct tcb *const tcp, in decode_tca_stab_data()
[all …]
H A Dnetlink.c66 fetch_nlmsghdr(struct tcb *const tcp, struct nlmsghdr *const nlmsghdr, in fetch_nlmsghdr()
89 get_fd_nl_family(struct tcb *const tcp, const int fd) in get_fd_nl_family()
117 decode_nlmsg_type_default(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_default()
125 decode_nlmsg_type_generic(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_generic()
165 decode_nlmsg_type_netfilter(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_netfilter()
225 decode_nlmsg_type(struct tcb *tcp, const uint16_t type, in decode_nlmsg_type()
446 print_nlmsghdr(struct tcb *tcp, in print_nlmsghdr()
466 print_cookie(struct tcb *const tcp, void *const elem_buf, in print_cookie()
475 decode_nlmsgerr_attr_cookie(struct tcb *const tcp, in decode_nlmsgerr_attr_cookie()
504 decode_nlmsgerr(struct tcb *const tcp, in decode_nlmsgerr()
[all …]
H A Ddm.c83 dm_decode_values(struct tcb *tcp, const unsigned int code, in dm_decode_values()
130 dm_decode_dm_target_spec(struct tcb *const tcp, const kernel_ulong_t addr, in dm_decode_dm_target_spec()
194 dm_print_dev(struct tcb *tcp, void *dev_ptr, size_t dev_size, void *dummy) in dm_print_dev()
204 dm_decode_dm_target_deps(struct tcb *const tcp, const kernel_ulong_t addr, in dm_decode_dm_target_deps()
252 dm_decode_dm_name_list(struct tcb *const tcp, const kernel_ulong_t addr, in dm_decode_dm_name_list()
338 dm_decode_dm_target_versions(struct tcb *const tcp, const kernel_ulong_t addr, in dm_decode_dm_target_versions()
395 dm_decode_dm_target_msg(struct tcb *const tcp, const kernel_ulong_t addr, in dm_decode_dm_target_msg()
431 dm_decode_string(struct tcb *const tcp, const kernel_ulong_t addr, in dm_decode_string()
472 dm_known_ioctl(struct tcb *const tcp, const unsigned int code, in dm_known_ioctl()
593 dm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) in dm_ioctl()
[all …]
H A Dnetlink_inet_diag.c62 decode_inet_diag_hostcond(struct tcb *const tcp, in decode_inet_diag_hostcond()
98 decode_inet_diag_markcond(struct tcb *const tcp, in decode_inet_diag_markcond()
114 decode_bytecode_data(struct tcb *const tcp, in decode_bytecode_data()
158 decode_inet_diag_bc_op(struct tcb *const tcp, in decode_inet_diag_bc_op()
190 decode_inet_diag_req_compat(struct tcb *const tcp, in decode_inet_diag_req_compat()
233 decode_inet_diag_req_v2(struct tcb *const tcp, in decode_inet_diag_req_v2()
284 decode_inet_diag_meminfo(struct tcb *const tcp, in decode_inet_diag_meminfo()
306 decode_tcpvegas_info(struct tcb *const tcp, in decode_tcpvegas_info()
328 decode_tcp_dctcp_info(struct tcb *const tcp, in decode_tcp_dctcp_info()
351 decode_tcp_bbr_info(struct tcb *const tcp, in decode_tcp_bbr_info()
H A Dsocketutils.c94 send_query(struct tcb *tcp, const int fd, void *req, size_t req_size) in send_query()
121 inet_send_query(struct tcb *tcp, const int fd, const int family, in inet_send_query()
204 receive_responses(struct tcb *tcp, const int fd, const unsigned long inode, in receive_responses()
257 unix_send_query(struct tcb *tcp, const int fd, const unsigned long inode) in unix_send_query()
365 netlink_send_query(struct tcb *tcp, const int fd, const unsigned long inode) in netlink_send_query()
419 unix_get(struct tcb *tcp, const int fd, const int family, const int proto, in unix_get()
429 inet_get(struct tcb *tcp, const int fd, const int family, const int protocol, in inet_get()
439 netlink_get(struct tcb *tcp, const int fd, const int family, const int protocol, in netlink_get()
520 get_sockaddr_by_inode_uncached(struct tcb *tcp, const unsigned long inode, in get_sockaddr_by_inode_uncached()
557 print_sockaddr_by_inode_uncached(struct tcb *tcp, const unsigned long inode, in print_sockaddr_by_inode_uncached()
[all …]
H A Drtnl_route.c50 decode_nla_rt_class(struct tcb *const tcp, in decode_nla_rt_class()
65 decode_nla_rt_proto(struct tcb *const tcp, in decode_nla_rt_proto()
80 decode_route_addr(struct tcb *const tcp, in decode_route_addr()
112 decode_rta_metrics(struct tcb *const tcp, in decode_rta_metrics()
131 decode_rta_cacheinfo(struct tcb *const tcp, in decode_rta_cacheinfo()
156 decode_rta_mfc_stats(struct tcb *const tcp, in decode_rta_mfc_stats()
180 decode_rtvia(struct tcb *const tcp, in decode_rtvia()
210 decode_rta_encap_type(struct tcb *const tcp, in decode_rta_encap_type()
258 decode_rta_multipath(struct tcb *const tcp, in decode_rta_multipath()
H A Dnetlink_crypto.c42 decode_crypto_report_generic(struct tcb *const tcp, in decode_crypto_report_generic()
55 decode_crypto_report_hash(struct tcb *const tcp, in decode_crypto_report_hash()
79 decode_crypto_report_blkcipher(struct tcb *const tcp, in decode_crypto_report_blkcipher()
106 decode_crypto_report_aead(struct tcb *const tcp, in decode_crypto_report_aead()
132 decode_crypto_report_rng(struct tcb *const tcp, in decode_crypto_report_rng()
155 decode_crypto_report_cipher(struct tcb *const tcp, in decode_crypto_report_cipher()
194 decode_crypto_user_alg(struct tcb *const tcp, in decode_crypto_user_alg()
225 decode_netlink_crypto(struct tcb *const tcp, in decode_netlink_crypto()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_header_slice.rs557 let tcp = TcpHeader::new(0, 0, 40905, 0); in calc_checksum_ipv4() localVariable
588 let mut tcp = TcpHeader::new(69, 42, 0x24900448, 0x3653); in calc_checksum_ipv4() localVariable
633 let mut tcp = TcpHeader::new(69, 42, 0x24900448, 0x3653); in calc_checksum_ipv4() localVariable
677 let tcp: TcpHeader = Default::default(); in calc_checksum_ipv4() localVariable
708 let tcp = TcpHeader::new(0, 0, 40905, 0); in calc_checksum_ipv4_raw() localVariable
724 let mut tcp = TcpHeader::new(69, 42, 0x24900448, 0x3653); in calc_checksum_ipv4_raw() localVariable
753 let mut tcp = TcpHeader::new(69, 42, 0x24900448, 0x3653); in calc_checksum_ipv4_raw() localVariable
781 let tcp: TcpHeader = Default::default(); in calc_checksum_ipv4_raw() localVariable
808 let mut tcp = TcpHeader::new(69, 42, 0x24900448, 0x3653); in calc_checksum_ipv6() localVariable
856 let tcp: TcpHeader = Default::default(); in calc_checksum_ipv6() localVariable
[all …]

12345678910>>...25