Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h192 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4()
217 err2 = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog5()
268 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6()
306 err2 = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog7()
382 ret = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog9()
400 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog10()
Dbpf_helpers.h110 static int (*bpf_msg_cork_bytes)(void *ctx, int len) = variable