Searched refs:notify_rs (Results 1 – 1 of 1) sorted by relevance
117 SocketReadState notify_rs; member879 ret = net_fill_rstate(&s->notify_rs, buf, size); in compare_notify_chr()1181 static void compare_notify_rs_finalize(SocketReadState *notify_rs) in compare_notify_rs_finalize() argument1183 CompareState *s = container_of(notify_rs, CompareState, notify_rs); in compare_notify_rs_finalize()1189 notify_rs->buf, in compare_notify_rs_finalize()1190 notify_rs->packet_len)) { in compare_notify_rs_finalize()1196 notify_rs->buf, in compare_notify_rs_finalize()1197 notify_rs->packet_len)) { in compare_notify_rs_finalize()1296 net_socket_rs_init(&s->notify_rs, compare_notify_rs_finalize, in colo_compare_complete()