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