Searched refs:bpf_msg_apply_bytes (Results 1 – 2 of 2) sorted by relevance
242 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()270 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()311 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8()345 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
2568 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument2575 .func = bpf_msg_apply_bytes,