Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h245 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4()
277 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6()
337 ret = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog9()
355 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog10()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c2583 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2590 .func = bpf_msg_cork_bytes,