]> Git Repo - linux.git/blob - net/core/page_pool_priv.h
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
[linux.git] / net / core / page_pool_priv.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __PAGE_POOL_PRIV_H
4 #define __PAGE_POOL_PRIV_H
5
6 s32 page_pool_inflight(const struct page_pool *pool, bool strict);
7
8 int page_pool_list(struct page_pool *pool);
9 void page_pool_detached(struct page_pool *pool);
10 void page_pool_unlist(struct page_pool *pool);
11
12 #endif
This page took 0.031773 seconds and 4 git commands to generate.