Home
last modified time | relevance | path

Searched refs:sk_user_frags (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp.c482 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 Dtcp_minisocks.c669 xa_init_flags(&newsk->sk_user_frags, XA_FLAGS_ALLOC1); in tcp_create_openreq_child()
H A Dtcp_ipv4.c2413 xa_for_each(&sk->sk_user_frags, index, netmem)
2424 xa_destroy(&sk->sk_user_frags);
/linux/include/net/
H A Dsock.h600 struct xarray sk_user_frags; member