函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skbuff.h Create Date:2022-07-27 06:52:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:检索页面被分页片段

函数原型:static inline struct page *skb_frag_page(const skb_frag_t *frag)

返回类型:struct page

参数:

类型参数名称
const skb_frag_t *frag
2940  返回:bv_page
调用者
名称描述
__skb_frag_ref添加一个分页的片段参考
__skb_frag_unref在一个页面片段释放参考
skb_frag_address获取包含在一个页面片段的数据的地址
skb_frag_address_safe获取包含在一个页面片段的数据的地址
skb_frag_dma_mapskb_frag_dma_map - maps a paged fragment via the DMA API*@dev: the device to map the fragment to*@frag: the paged fragment to map*@offset: the offset within the fragment (starting at the* fragment's own offset)*@size: the number of bytes to map*@dir: the
skb_can_coalesce