Searched refs:sock_handle (Results 1 – 1 of 1) sorted by relevance
40 struct sock_handle { struct48 struct sock_handle h = { }; in ta_entry_tcp_open() argument62 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 …]