Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_get - reference buffer*@skb: buffer to reference* Makes another reference to a socket buffer and returns a pointer* to the buffer.

Proto:static inline struct sk_buff *skb_get(struct sk_buff *skb)

Type:struct sk_buff

Parameter:

TypeParameterName
struct sk_buff *skb
1582  _inc - increment a refcount*@r: the refcount to increment* Similar to atomic_inc(), but will saturate at REFCOUNT_SATURATED and WARN
1583  Return skb
Caller
NameDescribe
uevent_net_broadcast_untagged
kauditd_send_queuekauditd_send_queue - Helper for kauditd_thread to flush skb queues*@sk: the sending sock*@portid: the netlink destination*@queue: the skb queue to process*@retry_limit: limit on number of netlink unicast failures*@skb_hook: per-skb hook for additional