Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Insert new before skb on the write queue of sk.

Proto:static inline void tcp_insert_write_queue_before(struct sk_buff *new, struct sk_buff *skb, struct sock *sk)

Type:void

Parameter:

TypeParameterName
struct sk_buff *new
struct sk_buff *skb
struct sock *sk
1807  __skb_queue_before( & sk_write_queue, skb, new)