Function report |
Source Code:include\net\sock.h |
Create Date:2022-07-28 06:09:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Detach socket from process context
Proto:static inline void sock_orphan(struct sock *sk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sock * | sk |
1823 | write_lock_bh( & sk_callback_lock) |
1824 | sock_set_flag(sk, SOCK_DEAD) |
1825 | sk_set_socket(sk, NULL) |
1826 | sk_wq = NULL |
1827 | write_unlock_bh( & sk_callback_lock) |
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 |