Searched refs:sk_user_frags (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp.c | 482 xa_init_flags(&sk->sk_user_frags, XA_FLAGS_ALLOC1); in tcp_init_sock() 2452 __xa_cmpxchg(&sk->sk_user_frags, p->tokens[i], XA_ZERO_ENTRY, in tcp_xa_pool_commit_locked() 2456 __xa_erase(&sk->sk_user_frags, p->tokens[i]); in tcp_xa_pool_commit_locked() 2467 xa_lock_bh(&sk->sk_user_frags); in tcp_xa_pool_commit() 2471 xa_unlock_bh(&sk->sk_user_frags); in tcp_xa_pool_commit() 2482 xa_lock_bh(&sk->sk_user_frags); in tcp_xa_pool_refill() 2487 err = __xa_alloc(&sk->sk_user_frags, &p->tokens[k], in tcp_xa_pool_refill() 2493 xa_unlock_bh(&sk->sk_user_frags); in tcp_xa_pool_refill()
|
| H A D | tcp_minisocks.c | 669 xa_init_flags(&newsk->sk_user_frags, XA_FLAGS_ALLOC1); in tcp_create_openreq_child()
|
| H A D | tcp_ipv4.c | 2413 xa_for_each(&sk->sk_user_frags, index, netmem) 2424 xa_destroy(&sk->sk_user_frags);
|
| /linux/include/net/ |
| H A D | sock.h | 600 struct xarray sk_user_frags; member
|