tag | line | file | source code |
TCP_ESTABLISHED | 256 | net/tcp/raw.c | if (sk->state != TCP_ESTABLISHED) |
TCP_ESTABLISHED | 1246 | net/tcp/sock.c | if (sk->state == TCP_ESTABLISHED) |
TCP_ESTABLISHED | 1279 | net/tcp/sock.c | if (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK)) |
TCP_ESTABLISHED | 1296 | net/tcp/sock.c | if (sk->state != TCP_ESTABLISHED && sk->err) |
TCP_ESTABLISHED | 1370 | net/tcp/sock.c | if (sk2->state != TCP_ESTABLISHED && sk2->err > 0) |
TCP_ESTABLISHED | 1603 | net/tcp/sock.c | if (sock->state == SS_CONNECTING && sk->state == TCP_ESTABLISHED) |
TCP_ESTABLISHED | 708 | net/tcp/tcp.c | while (sk->state != TCP_ESTABLISHED && sk->state != TCP_CLOSE_WAIT) |
TCP_ESTABLISHED | 756 | net/tcp/tcp.c | if (sk->state != TCP_ESTABLISHED && sk->state != TCP_CLOSE_WAIT && |
TCP_ESTABLISHED | 855 | net/tcp/tcp.c | && (sk->state == TCP_ESTABLISHED || sk->state == TCP_CLOSE_WAIT ) |
TCP_ESTABLISHED | 1515 | net/tcp/tcp.c | if (sk->state == TCP_ESTABLISHED) |
TCP_ESTABLISHED | 1897 | net/tcp/tcp.c | case TCP_ESTABLISHED: |
TCP_ESTABLISHED | 1909 | net/tcp/tcp.c | sk->state = TCP_ESTABLISHED; |
TCP_ESTABLISHED | 2032 | net/tcp/tcp.c | if (after (ack, sk->send_seq) || (sk->state != TCP_ESTABLISHED && |
TCP_ESTABLISHED | 2546 | net/tcp/tcp.c | case TCP_ESTABLISHED: |
TCP_ESTABLISHED | 3003 | net/tcp/tcp.c | case TCP_ESTABLISHED: |
TCP_ESTABLISHED | 3238 | net/tcp/tcp.c | sk->state = TCP_ESTABLISHED; |
TCP_ESTABLISHED | 3309 | net/tcp/tcp.c | if (sk -> state != TCP_ESTABLISHED && sk->state != TCP_CLOSE_WAIT) return; |
TCP_ESTABLISHED | 171 | net/tcp/tcp.h | return (state == TCP_ESTABLISHED || state == TCP_CLOSE_WAIT || |
TCP_ESTABLISHED | 165 | net/tcp/udp.c | if (icmp_err_convert[err & 0xff].fatal && sk->state == TCP_ESTABLISHED) |
TCP_ESTABLISHED | 349 | net/tcp/udp.c | if (sk->state != TCP_ESTABLISHED) |
TCP_ESTABLISHED | 626 | net/tcp/udp.c | sk->state = TCP_ESTABLISHED; |