Searched refs:full_record (Results 1 – 1 of 1) sorted by relevance
754 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument782 !enospc && !full_record) { in bpf_exec_tx_verdict()891 bool full_record; in tls_sw_sendmsg() local932 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()[all …]