Searched refs:bpf_msg_apply_bytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 189 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4() 208 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog5() 242 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6() 272 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog7() 316 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8() 350 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
|
D | bpf_helpers.h | 101 static int (*bpf_msg_apply_bytes)(void *ctx, int len) = variable
|
/Linux-v4.19/net/core/ |
D | filter.c | 2257 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2() argument 2264 .func = bpf_msg_apply_bytes,
|