Lines Matching refs:sock_flag
572 !sock_flag(sk, SOCK_URGINLINE)) in tcp_poll()
822 if (sock_flag(sk, SOCK_DONE)) in tcp_splice_read()
1070 } else if (sock_flag(sk, SOCK_ZEROCOPY)) { in tcp_sendmsg_locked()
1390 if (sock_flag(sk, SOCK_URGINLINE) || !tp->urg_data || in tcp_recv_urg()
1394 if (sk->sk_state == TCP_CLOSE && !sock_flag(sk, SOCK_DONE)) in tcp_recv_urg()
2127 if (!inq && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()
2234 if (!zc->recv_skip_hint && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()
2246 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in tcp_recv_timestamp()
2251 if (sock_flag(sk, SOCK_RCVTSTAMP)) { in tcp_recv_timestamp()
2252 if (sock_flag(sk, SOCK_RCVTSTAMPNS)) { in tcp_recv_timestamp()
2306 if (sock_flag(sk, SOCK_TSTAMP_NEW)) in tcp_recv_timestamp()
2329 if (inq == 0 && sock_flag(sk, SOCK_DONE)) in tcp_inq_hint()
2665 if (sock_flag(sk, SOCK_DONE)) in tcp_recvmsg_locked()
2727 if (!sock_flag(sk, SOCK_URGINLINE)) { in tcp_recvmsg_locked()
3095 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
3621 if (sock_flag(sk, SOCK_KEEPOPEN) && in tcp_sock_set_keepidle_locked()
4867 if (!sock_flag(sk, SOCK_DEAD)) in tcp_done()