Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h189 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()
214 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog5()
265 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()
303 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog7()
363 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8()
397 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
Dbpf_helpers.h108 static int (*bpf_msg_apply_bytes)(void *ctx, int len) = variable