Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ip_hdr

Proto:static inline struct iphdr *ip_hdr(const struct sk_buff *skb)

Type:struct iphdr

Parameter:

TypeParameterName
const struct sk_buff *skb
21  Return skb_network_header(skb)
Caller
NameDescribe
selinux_netlbl_sctp_assoc_requestselinux_netlbl_sctp_assoc_request - Label an incoming sctp association.*@ep: incoming association endpoint.*@skb: the packet.* Description:* A new incoming connection is represented by @ep, ......* Returns zero on success, negative values on failure.
smack_inet_conn_requestsmack_inet_conn_request - Smack access check on connect*@sk: socket involved*@skb: packet*@req: unused* Returns 0 if a task with the packet label could write to* the socket, otherwise an error code
ipv4_skb_to_auditdatapv4_skb_to_auditdata : fill auditdata from skb*@skb : the skb*@ad : the audit data to fill*@proto : the layer 4 protocol* return 0 on success