Lines Matching refs:apply_bytes
546 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record()
591 msg_opl->apply_bytes = 0; in tls_split_open_record()
595 msg_npl->apply_bytes = apply; in tls_split_open_record()
650 msg_opl->apply_bytes = msg_opl->sg.size + msg_npl->sg.size; in tls_merge_open_record()
678 split_point = msg_pl->apply_bytes; in tls_push_record()
788 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()
789 send = msg->apply_bytes; in bpf_exec_tx_verdict()
803 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
804 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
806 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
822 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
823 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
825 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
838 if (!msg->apply_bytes) in bpf_exec_tx_verdict()