diff --git a/criu/sk-inet.c b/criu/sk-inet.c index e43e13b7c..e41e2bbd9 100644 --- a/criu/sk-inet.c +++ b/criu/sk-inet.c @@ -271,7 +271,7 @@ static struct inet_sk_desc *gen_uncon_sk(int lfd, const struct fd_parms *p, sk->sd.ino = p->stat.st_ino; - if (proto == IPPROTO_TCP) { + if (type != SOCK_RAW && proto == IPPROTO_TCP) { struct { __u8 tcpi_state; __u8 tcpi_ca_state;