Home
last modified time | relevance | path

Searched refs:sk_zckey (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c1124 uarg->id = ((u32)atomic_inc_return(&sk->sk_zckey)) - 1; in sock_zerocopy_alloc()
1148 * so uarg->len and sk_zckey access is serialized in sock_zerocopy_realloc()
1163 next = (u32)atomic_read(&sk->sk_zckey); in sock_zerocopy_realloc()
1169 atomic_set(&sk->sk_zckey, ++next); in sock_zerocopy_realloc()
1269 atomic_dec(&sk->sk_zckey); in sock_zerocopy_put_abort()
H A Dsock.c1928 atomic_set(&newsk->sk_zckey, 0); in sk_clone_lock()
3045 atomic_set(&sk->sk_zckey, 0); in sock_init_data_uid()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c1561 uarg->id = ((u32)atomic_inc_return(&sk->sk_zckey)) - 1; in msg_zerocopy_alloc()
1590 * so uarg->len and sk_zckey access is serialized in msg_zerocopy_realloc()
1606 next = (u32)atomic_read(&sk->sk_zckey); in msg_zerocopy_realloc()
1612 atomic_set(&sk->sk_zckey, ++next); in msg_zerocopy_realloc()
1713 atomic_dec(&sk->sk_zckey); in msg_zerocopy_put_abort()
H A Dsock.c2345 atomic_set(&newsk->sk_zckey, 0); in sk_clone_lock()
3478 atomic_set(&sk->sk_zckey, 0); in sock_init_data_uid()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h324 * @sk_zckey: counter to order MSG_ZEROCOPY notifications
501 atomic_t sk_zckey; member
/kernel/linux/linux-6.6/include/net/
H A Dsock.h327 * @sk_zckey: counter to order MSG_ZEROCOPY notifications
512 atomic_t sk_zckey; member

Completed in 33 milliseconds