Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return in jiffies the delay before one skb is sent.* If @skb is NULL, we look at EDT for next packet being sent on the socket.

Proto:static inline unsigned long tcp_pacing_delay(const struct sock *sk, const struct sk_buff *skb)

Type:unsigned long

Parameter:

TypeParameterName
const struct sock *sk
const struct sk_buff *skb
1283  pacing_delay = If skb Then tstamp Else departure time for next sent data packet
1285  pacing_delay -= cache last tcp_clock_ns() (see tcp_mstamp_refresh())
1287  Return If pacing_delay > 0 Then nsecs_to_jiffies(pacing_delay) Else 0