Function report |
Source Code:include\net\sock.h |
Create Date:2022-07-28 06:09:19 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dst_negative_advice
Proto:static inline void dst_negative_advice(struct sock *sk)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct sock * | sk |
| 1890 | dst = __sk_dst_get(sk) |
| 1892 | sk_rethink_txhash(sk) |
| 1894 | If dst && negative_advice Then |
| 1895 | ndst = negative_advice(dst) |
| 1899 | sk_tx_queue_clear(sk) |
| 1900 | sk_dst_pending_confirm = 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 |