Home
last modified time | relevance | path

Searched refs:__bpf_strncasecmp (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c3486 static int __bpf_strncasecmp(const char *s1, const char *s2, bool ignore_case, size_t len) in __bpf_strncasecmp() function
3531 return __bpf_strncasecmp(s1__ign, s2__ign, false, XATTR_SIZE_MAX); in bpf_strcmp()
3549 return __bpf_strncasecmp(s1__ign, s2__ign, true, XATTR_SIZE_MAX); in bpf_strcasecmp()
3568 return __bpf_strncasecmp(s1__ign, s2__ign, true, len); in bpf_strncasecmp()