Lines Matching refs:full_record
795 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument
829 !enospc && !full_record) { in bpf_exec_tx_verdict()
940 bool full_record; in tls_sw_sendmsg() local
983 full_record = false; in tls_sw_sendmsg()
988 full_record = true; in tls_sw_sendmsg()
1008 full_record = true; in tls_sw_sendmsg()
1011 if (!is_kvec && (full_record || eor) && !async_capable) { in tls_sw_sendmsg()
1023 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1058 full_record = true; in tls_sw_sendmsg()
1075 if (full_record || eor) { in tls_sw_sendmsg()
1076 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1160 bool full_record; in tls_sw_do_sendpage() local
1188 full_record = false; in tls_sw_do_sendpage()
1193 full_record = true; in tls_sw_do_sendpage()
1211 full_record = true; in tls_sw_do_sendpage()
1222 if (full_record || eor || sk_msg_full(msg_pl)) { in tls_sw_do_sendpage()
1223 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_do_sendpage()