Searched refs:bpf_msg_cork_bytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 192 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()
|
D | bpf_helpers.h | 103 static int (*bpf_msg_cork_bytes)(void *ctx, int len) = variable
|
/Linux-v4.19/net/core/ |
D | filter.c | 2271 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,
|