函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dccp_packet_hdr_len

函数原型:static inline unsigned int dccp_packet_hdr_len(const __u8 type)

返回类型:unsigned int

参数:

类型参数名称
const __u8type
120  如果type恒等于DCCP_PKT_DATA则返回:0
122  如果type恒等于DCCP_PKT_DATAACKtype恒等于DCCP_PKT_ACKtype恒等于DCCP_PKT_SYNCtype恒等于DCCP_PKT_SYNCACKtype恒等于DCCP_PKT_CLOSEtype恒等于DCCP_PKT_CLOSEREQ则返回:sizeof(structdccp_hdr_ack_bits)
129  如果type恒等于DCCP_PKT_REQUEST则返回:sizeof(structdccp_hdr_request)
131  如果type恒等于DCCP_PKT_RESPONSE则返回:sizeof(structdccp_hdr_response)
133  返回:sizeof(structdccp_hdr_reset)
调用者
名称描述
__dccp_hdr_len