Searched refs:apply_bytes (Results 1 – 5 of 5) sorted by relevance
14 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress() argument16 bool apply = apply_bytes; in bpf_tcp_ingress()31 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress()32 apply_bytes : sge->length; in bpf_tcp_ingress()47 apply_bytes -= size; in bpf_tcp_ingress()48 if (!apply_bytes) in bpf_tcp_ingress()66 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push() argument69 bool apply = apply_bytes; in tcp_bpf_push()79 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push()80 apply_bytes : sge->length; in tcp_bpf_push()[all …]
47 u32 apply_bytes; member82 u32 apply_bytes; member140 if (psock->apply_bytes) { in sk_msg_apply_bytes()141 if (psock->apply_bytes < bytes) in sk_msg_apply_bytes()142 psock->apply_bytes = 0; in sk_msg_apply_bytes()144 psock->apply_bytes -= bytes; in sk_msg_apply_bytes()
554 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record()599 msg_opl->apply_bytes = 0; in tls_split_open_record()603 msg_npl->apply_bytes = apply; in tls_split_open_record()658 msg_opl->apply_bytes = msg_opl->sg.size + msg_npl->sg.size; in tls_merge_open_record()686 split_point = msg_pl->apply_bytes; in tls_push_record()826 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()827 send = msg->apply_bytes; in bpf_exec_tx_verdict()842 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()843 msg->apply_bytes = 0; in bpf_exec_tx_verdict()845 msg->apply_bytes -= send; in bpf_exec_tx_verdict()[all …]
887 psock->apply_bytes = msg->apply_bytes; in sk_psock_msg_verdict()
2553 msg->apply_bytes = bytes; in BPF_CALL_2()