Lines Matching refs:apply_bytes
622 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record()
667 msg_opl->apply_bytes = 0; in tls_split_open_record()
671 msg_npl->apply_bytes = apply; in tls_split_open_record()
726 msg_opl->apply_bytes = msg_opl->sg.size + msg_npl->sg.size; in tls_merge_open_record()
754 split_point = msg_pl->apply_bytes; in tls_push_record()
907 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()
908 send = msg->apply_bytes; in bpf_exec_tx_verdict()
924 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
925 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
927 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
951 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
952 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
954 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
967 if (!msg->apply_bytes) in bpf_exec_tx_verdict()