Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\flow_offload.h Create Date:2022-07-28 06:07:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:flow_block_cb_add

Proto:static inline void flow_block_cb_add(struct flow_block_cb *block_cb, struct flow_block_offload *offload)

Type:void

Parameter:

TypeParameterName
struct flow_block_cb *block_cb
struct flow_block_offload *offload
328  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.