Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h192 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4()
211 err2 = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog5()
245 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6()
275 err2 = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog7()
335 ret = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog9()
353 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog10()
Dbpf_helpers.h103 static int (*bpf_msg_cork_bytes)(void *ctx, int len) = variable
/Linux-v4.19/net/core/
Dfilter.c2271 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2() argument
2278 .func = bpf_msg_cork_bytes,