Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:43:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:p_write_queue_empty - test if any payload (or FIN) is available in write queue*@sk: socket* Since the write queue can have a temporary empty skb in it,* we must not use "return skb_queue_empty(&sk->sk_write_queue)"
Proto:static inline bool tcp_write_queue_empty(const struct sock *sk)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sock * | sk |
1780 | Return Tail(+1) of data held in tcp send buffer == Next sequence we send |
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 |