Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.h42 TAILQ_HEAD(hc_qhead, hc_metrics);
50 struct hc_metrics { struct
52 TAILQ_ENTRY(hc_metrics) rmx_q;
H A Dtcp_hostcache.c247 uma_zcreate("hostcache", sizeof(struct hc_metrics), in tcp_hc_init()
285 static struct hc_metrics *
290 struct hc_metrics *hc_entry; in tcp_hc_lookup()
344 static struct hc_metrics *
349 struct hc_metrics *hc_entry; in tcp_hc_insert()
441 struct hc_metrics *hc_entry; in tcp_hc_get()
485 struct hc_metrics *hc_entry; in tcp_hc_getmtu()
510 struct hc_metrics *hc_entry; in tcp_hc_updatemtu()
552 struct hc_metrics *hc_entry; in tcp_hc_update()
632 struct hc_metrics *hc_entry; in sysctl_tcp_hc_list()
[all …]