Lines Matching refs:sock_flag
573 !sock_flag(sk, SOCK_URGINLINE)) in tcp_poll()
823 if (sock_flag(sk, SOCK_DONE)) in tcp_splice_read()
1071 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
1391 if (sock_flag(sk, SOCK_URGINLINE) || !tp->urg_data || in tcp_recv_urg()
1395 if (sk->sk_state == TCP_CLOSE && !sock_flag(sk, SOCK_DONE)) in tcp_recv_urg()
2147 if (!inq && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()
2254 if (!zc->recv_skip_hint && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()
2266 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in tcp_recv_timestamp()
2271 if (sock_flag(sk, SOCK_RCVTSTAMP)) { in tcp_recv_timestamp()
2272 if (sock_flag(sk, SOCK_RCVTSTAMPNS)) { in tcp_recv_timestamp()
2326 if (sock_flag(sk, SOCK_TSTAMP_NEW)) in tcp_recv_timestamp()
2349 if (inq == 0 && sock_flag(sk, SOCK_DONE)) in tcp_inq_hint()
2679 if (sock_flag(sk, SOCK_DONE)) in tcp_recvmsg_locked()
2741 if (!sock_flag(sk, SOCK_URGINLINE)) { in tcp_recvmsg_locked()
3109 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
3635 if (sock_flag(sk, SOCK_KEEPOPEN) && in tcp_sock_set_keepidle_locked()
4881 if (!sock_flag(sk, SOCK_DEAD)) in tcp_done()