Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:Detach socket from process context

Proto:static inline void sock_orphan(struct sock *sk)

Type:void

Parameter:

TypeParameterName
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)