Searched refs:tx_rx_locks (Results 1 – 1 of 1) sorted by relevance
1248 static const unsigned int tx_rx_locks = SOCK_RCVBUF_LOCK | SOCK_SNDBUF_LOCK; in sync_socket_options() local1263 if (sk->sk_userlocks & tx_rx_locks) { in sync_socket_options()1264 ssk->sk_userlocks |= sk->sk_userlocks & tx_rx_locks; in sync_socket_options()