Searched refs:tcp_xa_pool (Results 1 – 1 of 1) sorted by relevance
2355 struct tcp_xa_pool { struct2362 static void tcp_xa_pool_commit_locked(struct sock *sk, struct tcp_xa_pool *p) in tcp_xa_pool_commit_locked() argument2378 static void tcp_xa_pool_commit(struct sock *sk, struct tcp_xa_pool *p) in tcp_xa_pool_commit()2390 static int tcp_xa_pool_refill(struct sock *sk, struct tcp_xa_pool *p, in tcp_xa_pool_refill()2424 struct tcp_xa_pool tcp_xa_pool; in tcp_recvmsg_dmabuf() local2430 tcp_xa_pool.max = 0; in tcp_recvmsg_dmabuf()2431 tcp_xa_pool.idx = 0; in tcp_recvmsg_dmabuf()2507 err = tcp_xa_pool_refill(sk, &tcp_xa_pool, in tcp_recvmsg_dmabuf()2513 dmabuf_cmsg.frag_token = tcp_xa_pool.tokens[tcp_xa_pool.idx]; in tcp_recvmsg_dmabuf()2527 tcp_xa_pool.netmems[tcp_xa_pool.idx++] = skb_frag_netmem(frag); in tcp_recvmsg_dmabuf()[all …]