Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dstackmap.c359 bool hash_matches; in BPF_CALL_3() local
388 hash_matches = bucket && bucket->hash == hash; in BPF_CALL_3()
390 if (hash_matches && flags & BPF_F_FAST_STACK_CMP) in BPF_CALL_3()
404 if (hash_matches && bucket->nr == trace_nr && in BPF_CALL_3()
414 if (hash_matches && bucket->nr == trace_nr && in BPF_CALL_3()