Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcookies.c Create Date:2022-07-28 20:34:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dcookie_exit

Proto:static void dcookie_exit(void)

Type:void

Parameter:Nothing

298  When i < hash_size cycle
299  list = dcookie_hashtable + i
301  dcs = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(pos, structdcookie_struct, hash_list)
302  deletes entry from list
303  free_dcookie(dcs)
307  kfree(dcookie_hashtable)
308  kmem_cache_destroy(dcookie_cache)
Caller
NameDescribe
dcookie_unregister