Lines Matching refs:WRITE_ONCE

717 		WRITE_ONCE(sk->sk_peek_off, off);  in sk_peek_offset_bwd()
1048 WRITE_ONCE(sk->sk_ack_backlog, sk->sk_ack_backlog - 1); in sk_acceptq_removed()
1053 WRITE_ONCE(sk->sk_ack_backlog, sk->sk_ack_backlog + 1); in sk_acceptq_added()
1080 WRITE_ONCE(sk->sk_wmem_queued, sk->sk_wmem_queued + val); in sk_wmem_queued_add()
1086 WRITE_ONCE(sk->sk_forward_alloc, sk->sk_forward_alloc + val); in sk_forward_alloc_add()
1098 WRITE_ONCE(sk->sk_backlog.head, skb); in __sk_add_backlog()
1102 WRITE_ONCE(sk->sk_backlog.tail, skb); in __sk_add_backlog()
1159 WRITE_ONCE(sk->sk_incoming_cpu, cpu); in sk_incoming_cpu_update()
1171 WRITE_ONCE(sk->sk_rxhash, skb->hash); in sock_rps_save_rxhash()
1179 WRITE_ONCE(sk->sk_rxhash, 0); in sock_rps_reset_rxhash()
1861 WRITE_ONCE(sk->sk_prot, proto); in sock_replace_proto()
1983 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()
1993 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
2020 WRITE_ONCE(sk->sk_rx_queue_mapping, rx_queue); in __sk_rx_queue_set()
2038 WRITE_ONCE(sk->sk_rx_queue_mapping, NO_QUEUE_MAPPING); in sk_rx_queue_clear()
2090 WRITE_ONCE(sk->sk_uid, SOCK_INODE(parent)->i_uid); in sock_graft()
2119 WRITE_ONCE(sk->sk_txhash, net_tx_rndhash()); in sk_set_txhash()
2171 WRITE_ONCE(sk->sk_dst_pending_confirm, 0); in __sk_dst_set()
2184 WRITE_ONCE(sk->sk_dst_pending_confirm, 0); in sk_dst_set()
2208 WRITE_ONCE(sk->sk_dst_pending_confirm, 1); in sk_dst_confirm()
2217 WRITE_ONCE(sk->sk_dst_pending_confirm, 0); in sock_confirm_neigh()
2550 WRITE_ONCE(sk->sk_sndbuf, max_t(u32, val, SOCK_MIN_SNDBUF)); in sk_stream_moderate_sndbuf()
2677 WRITE_ONCE(sk->sk_stamp, kt); in sock_write_timestamp()
2965 WRITE_ONCE(sk->sk_pacing_shift, val); in sk_pacing_shift_update()