Searched refs:proto_error (Results 1 – 1 of 1) sorted by relevance
17 uint32_t proto_error; member21 uint32_t *proto_error) in tcp_open() argument27 if (!ctx || !setup || !proto_error) in tcp_open()30 *proto_error = TEE_SUCCESS; in tcp_open()49 *proto_error = res; in tcp_open()52 *proto_error = res; in tcp_open()60 uint32_t *proto_error) in udp_open() argument66 if (!ctx || !setup || !proto_error) in udp_open()69 *proto_error = TEE_SUCCESS; in udp_open()88 *proto_error = res; in udp_open()[all …]