Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
const struct sock * | sk | |
const struct sk_buff * | skb |
1283 | pacing_delay = If skb Then tstamp Else departure time for next sent data packet |
1287 | Return If pacing_delay > 0 Then nsecs_to_jiffies(pacing_delay) Else 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |