Home
last modified time | relevance | path

Searched refs:sock_handle (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/socket/
H A Dta_entry.c40 struct sock_handle { struct
48 struct sock_handle h = { }; in ta_entry_tcp_open() argument
62 if (params[2].memref.size < sizeof(struct sock_handle)) { in ta_entry_tcp_open()
63 params[2].memref.size = sizeof(struct sock_handle); in ta_entry_tcp_open()
87 struct sock_handle h = { }; in ta_entry_udp_open()
101 if (params[2].memref.size < sizeof(struct sock_handle)) { in ta_entry_udp_open()
102 params[2].memref.size = sizeof(struct sock_handle); in ta_entry_udp_open()
125 struct sock_handle *h = NULL; in ta_entry_close()
137 if (params[0].memref.size != sizeof(struct sock_handle)) in ta_entry_close()
146 struct sock_handle *h = NULL; in ta_entry_send()
[all …]