Home
last modified time | relevance | path

Searched refs:record (Results 1 – 5 of 5) sorted by relevance

/net/tls/
A Dtls_device.c145 kfree(record); in destroy_record()
261 frag = &record->frags[record->num_frags - 1]; in tls_append_frag()
269 ++record->num_frags; in tls_append_frag()
274 record->len += size; in tls_append_frag()
288 record->end_seq = tp->write_seq + record->len; in tls_push_record()
347 record = kmalloc(sizeof(*record), GFP_KERNEL); in tls_create_new_record()
348 if (!record) in tls_create_new_record()
351 frag = &record->frags[0]; in tls_create_new_record()
358 record->num_frags = 1; in tls_create_new_record()
472 if (!record) in tls_push_data()
[all …]
A Dtls_device_fallback.c226 struct tls_record_info *record; in fill_sg_in() local
232 record = tls_get_record(ctx, tcp_seq, rcd_sn); in fill_sg_in()
233 if (!record) { in fill_sg_in()
238 *sync_size = tcp_seq - tls_record_start_seq(record); in fill_sg_in()
240 int is_start_marker = tls_record_is_start_marker(record); in fill_sg_in()
260 skb_frag_t *frag = &record->frags[i]; in fill_sg_in()
/net/core/
A Dbpf_sk_storage.c145 if (btf_record_has_field(smap->map.record, BPF_SPIN_LOCK)) in bpf_sk_storage_clone_elem()
554 if (btf_record_has_field(smap->map.record, BPF_SPIN_LOCK)) in diag_get()
/net/bridge/netfilter/
A DKconfig33 Connection tracking keeps a record of what packets have passed
/net/netfilter/
A DKconfig88 Connection tracking keeps a record of what packets have passed

Completed in 33 milliseconds