Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kobject_uevent.c Create Date:2022-07-28 06:14:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:uevent_net_exit

Proto:static void uevent_net_exit(struct net *net)

Type:void

Parameter:

TypeParameterName
struct net *net
790  ue_sk = uevent socket
792  If Owning user namespace == init_user_ns Then
793  mutex_lock( & This lock protects uevent_seqnum and uevent_sock_list )
794  deletes entry from list
795  mutex_unlock( & This lock protects uevent_seqnum and uevent_sock_list )
798  netlink_kernel_release(sk)
799  kfree(ue_sk)