Lines Matching refs:apply_bytes
569 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record()
614 msg_opl->apply_bytes = 0; in tls_split_open_record()
618 msg_npl->apply_bytes = apply; in tls_split_open_record()
673 msg_opl->apply_bytes = msg_opl->sg.size + msg_npl->sg.size; in tls_merge_open_record()
701 split_point = msg_pl->apply_bytes; in tls_push_record()
841 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()
842 send = msg->apply_bytes; in bpf_exec_tx_verdict()
857 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
858 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
860 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
876 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
877 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
879 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
892 if (!msg->apply_bytes) in bpf_exec_tx_verdict()