Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_unpriv.c302 call %[bpf_get_hash_recalc]; \ in spill_fill_of_ctx_2()
306 : __imm(bpf_get_hash_recalc) in spill_fill_of_ctx_2()
321 call %[bpf_get_hash_recalc]; \ in spill_fill_of_ctx_3()
324 : __imm(bpf_get_hash_recalc) in spill_fill_of_ctx_3()
340 call %[bpf_get_hash_recalc]; \ in spill_fill_of_ctx_4()
343 : __imm(bpf_get_hash_recalc) in spill_fill_of_ctx_4()
/linux/net/core/
H A Dfilter.c3167 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1() argument
3178 .func = bpf_get_hash_recalc,