Searched refs:bpf_msg_cork_bytes (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_sockmap_kern.h | 185 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4() 214 err2 = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog5() 279 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6() 323 err2 = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog7() 415 ret = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog9() 433 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog10()
|
| D | bpf_helpers.h | 123 static int (*bpf_msg_cork_bytes)(void *ctx, int len) = variable
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 2204 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument 2211 .func = bpf_msg_cork_bytes,
|