Lines Matching refs:full_record
796 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument
830 !enospc && !full_record) { in bpf_exec_tx_verdict()
941 bool full_record; in tls_sw_sendmsg() local
986 full_record = false; in tls_sw_sendmsg()
991 full_record = true; in tls_sw_sendmsg()
1011 full_record = true; in tls_sw_sendmsg()
1014 if (!is_kvec && (full_record || eor) && !async_capable) { in tls_sw_sendmsg()
1026 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1061 full_record = true; in tls_sw_sendmsg()
1078 if (full_record || eor) { in tls_sw_sendmsg()
1079 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()
1163 bool full_record; in tls_sw_do_sendpage() local
1191 full_record = false; in tls_sw_do_sendpage()
1196 full_record = true; in tls_sw_do_sendpage()
1214 full_record = true; in tls_sw_do_sendpage()
1227 if (full_record || eor || sk_msg_full(msg_pl)) { in tls_sw_do_sendpage()
1228 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_do_sendpage()