Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_hostcache.c355 if (hc_entry != NULL) { in tcp_hc_lookup()
361 hc_entry->rmx_hits++; in tcp_hc_lookup()
366 return (hc_entry); in tcp_hc_lookup()
392 if (hc_entry == NULL) { in tcp_hc_get()
423 if (hc_entry == NULL) { in tcp_hc_getmtu()
468 hc_prev = hc_entry; in tcp_hc_update()
471 if (hc_entry != NULL) { in tcp_hc_update()
533 bzero(hc_entry, sizeof(*hc_entry)); in tcp_hc_update()
774 KASSERT(hc_entry == in tcp_hc_purge_internal()
780 KASSERT(hc_entry == in tcp_hc_purge_internal()
[all …]