Lines Matching refs:apply_bytes
571 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record()
616 msg_opl->apply_bytes = 0; in tls_split_open_record()
620 msg_npl->apply_bytes = apply; in tls_split_open_record()
675 msg_opl->apply_bytes = msg_opl->sg.size + msg_npl->sg.size; in tls_merge_open_record()
703 split_point = msg_pl->apply_bytes; in tls_push_record()
843 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()
844 send = msg->apply_bytes; in bpf_exec_tx_verdict()
860 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
861 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
863 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
880 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
881 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
883 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
896 if (!msg->apply_bytes) in bpf_exec_tx_verdict()