Home
last modified time | relevance | path

Searched refs:entrysize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c1853 size_t entrysize; in tcp_log_logs_to_buf() local
1879 entrysize = sizeof(struct tcp_log_buffer); in tcp_log_logs_to_buf()
1881 entrysize = offsetof(struct tcp_log_buffer, tlb_th); in tcp_log_logs_to_buf()
1883 entrysize); in tcp_log_logs_to_buf()
1888 ((uint8_t *)out_entry) + entrysize, in tcp_log_logs_to_buf()
1889 sizeof(struct tcp_log_buffer) - entrysize); in tcp_log_logs_to_buf()
1933 size_t outsize, entrysize; in tcp_log_getlogbuf() local
1957 entrysize = sizeof(struct tcp_log_buffer); in tcp_log_getlogbuf()
1960 entrysize += sizeof(struct tcp_log_verbose); in tcp_log_getlogbuf()
1961 if ((sopt->sopt_valsize - outsize) < entrysize) in tcp_log_getlogbuf()
[all …]
/f-stack/freebsd/vm/
H A Dvm_map.c4244 vm_size_t entrysize; in vmspace_map_entry_forked() local
4249 entrysize = entry->end - entry->start; in vmspace_map_entry_forked()
4250 vm2->vm_map.size += entrysize; in vmspace_map_entry_forked()
4252 vm2->vm_ssize += btoc(entrysize); in vmspace_map_entry_forked()