Searched refs:full_record (Results 1 – 3 of 3) sorted by relevance
36 struct full_record { struct74 struct full_record full_record; member93 struct full_record base_record;
497 switch (record->full_record.type) { in log_read_one_record()499 rs->base_record = record->full_record; in log_read_one_record()500 record_size = sizeof(record->full_record); in log_read_one_record()636 record.full_record = (struct full_record){ in log_block_read()644 record_size = sizeof(struct full_record); in log_block_read()
796 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument830 !enospc && !full_record) { in bpf_exec_tx_verdict()941 bool full_record; in tls_sw_sendmsg() local984 full_record = false; in tls_sw_sendmsg()989 full_record = true; in tls_sw_sendmsg()1009 full_record = true; in tls_sw_sendmsg()1012 if (!is_kvec && (full_record || eor) && !async_capable) { in tls_sw_sendmsg()1024 ret = bpf_exec_tx_verdict(msg_pl, sk, full_record, in tls_sw_sendmsg()1059 full_record = true; in tls_sw_sendmsg()1076 if (full_record || eor) { in tls_sw_sendmsg()[all …]