Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c2529 atomic_set(&newsk->sk_zckey, 0); in sk_clone()
3744 atomic_set(&sk->sk_zckey, 0); in sock_init_data_uid()
4530 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_write_tx, sk_zckey); in sock_struct_check()
H A Dskbuff.c1748 uarg->id = ((u32)atomic_inc_return(&sk->sk_zckey)) - 1; in msg_zerocopy_alloc()
1793 next = (u32)atomic_read(&sk->sk_zckey); in msg_zerocopy_realloc()
1800 atomic_set(&sk->sk_zckey, ++next); in msg_zerocopy_realloc()
1900 atomic_dec(&sk->sk_zckey); in msg_zerocopy_put_abort()
/linux/include/net/
H A Dsock.h494 atomic_t sk_zckey; member