Re: [PATCH bpf-next 1/2] bpf: add bpf_strcasestr,bpf_strncasestr kfuncs

From: rtoax@xxxxxxxxxxx
Date: Sat Oct 04 2025 - 10:46:10 EST



On 10/4/25 10:28 PM, Alexei Starovoitov wrote:
On Sat, Oct 4, 2025 at 6:37 AM Rong Tao <rtoax@xxxxxxxxxxx> wrote:
-__bpf_kfunc int bpf_strnstr(const char *s1__ign, const char *s2__ign, size_t len)
+__bpf_kfunc int __bpf_strnstr(const char *s1, const char *s2, size_t len,
+ bool ignore_case)
{
Still __bpf_kfunc ?
Sorry about that, i'll fix it right now.

pw-bot: cr