Lines Matching refs:apply_bytes
563 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record()
608 msg_opl->apply_bytes = 0; in tls_split_open_record()
612 msg_npl->apply_bytes = apply; in tls_split_open_record()
667 msg_opl->apply_bytes = msg_opl->sg.size + msg_npl->sg.size; in tls_merge_open_record()
695 split_point = msg_pl->apply_bytes; in tls_push_record()
836 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()
837 send = msg->apply_bytes; in bpf_exec_tx_verdict()
852 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
853 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
855 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
871 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
872 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
874 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
887 if (!msg->apply_bytes) in bpf_exec_tx_verdict()