Lines Matching refs:full_record
786 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument
820 !enospc && !full_record) { in bpf_exec_tx_verdict()
931 bool full_record; in tls_sw_sendmsg() local
974 full_record = false; in tls_sw_sendmsg()
979 full_record = true; in tls_sw_sendmsg()
999 full_record = true; in tls_sw_sendmsg()
1002 if (!is_kvec && (full_record || eor) && !async_capable) { in tls_sw_sendmsg()
1014 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1049 full_record = true; in tls_sw_sendmsg()
1066 if (full_record || eor) { in tls_sw_sendmsg()
1067 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1151 bool full_record; in tls_sw_do_sendpage() local
1179 full_record = false; in tls_sw_do_sendpage()
1184 full_record = true; in tls_sw_do_sendpage()
1202 full_record = true; in tls_sw_do_sendpage()
1213 if (full_record || eor || sk_msg_full(msg_pl)) { in tls_sw_do_sendpage()
1214 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_do_sendpage()