Home
last modified time | relevance | path

Searched refs:sk_zckey (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dsock.c2416 atomic_set(&newsk->sk_zckey, 0); in sk_clone_lock()
3575 atomic_set(&sk->sk_zckey, 0); in sock_init_data_uid()
4359 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_zckey); in sock_struct_check()
H A Dskbuff.c1718 uarg->id = ((u32)atomic_inc_return(&sk->sk_zckey)) - 1; in msg_zerocopy_alloc()
1763 next = (u32)atomic_read(&sk->sk_zckey); in msg_zerocopy_realloc()
1769 atomic_set(&sk->sk_zckey, ++next); in msg_zerocopy_realloc()
1869 atomic_dec(&sk->sk_zckey); in msg_zerocopy_put_abort()
/linux/include/net/
H A Dsock.h469 atomic_t sk_zckey; member