Lines Matching refs:full_record
754 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument
782 !enospc && !full_record) { in bpf_exec_tx_verdict()
891 bool full_record; in tls_sw_sendmsg() local
932 full_record = false; in tls_sw_sendmsg()
937 full_record = true; in tls_sw_sendmsg()
957 full_record = true; in tls_sw_sendmsg()
960 if (!is_kvec && (full_record || eor) && !async_capable) { in tls_sw_sendmsg()
974 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1009 full_record = true; in tls_sw_sendmsg()
1026 if (full_record || eor) { in tls_sw_sendmsg()
1027 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1104 bool full_record; in tls_sw_do_sendpage() local
1132 full_record = false; in tls_sw_do_sendpage()
1137 full_record = true; in tls_sw_do_sendpage()
1155 full_record = true; in tls_sw_do_sendpage()
1166 if (full_record || eor || sk_msg_full(msg_pl)) { in tls_sw_do_sendpage()
1168 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_do_sendpage()