Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:match_last_lsm

Proto:static bool match_last_lsm(const char *list, const char *lsm)

Type:bool

Parameter:

TypeParameterName
const char *list
const char *lsm
403  If WARN_ON(!list || !lsm) Then Return false
405  last = strrchr - Find the last occurrence of a character in a string*@s: The string to be searched*@c: The character to search for
406  If last Then last++
409  Else last = list
411  Return Not strcmp(last, lsm)
Caller
NameDescribe
lsm_append