Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.h220 extern int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *, struct lro_entry *);
H A Dtcp_lro_hpts.c666 tcp_lro_flush_tcphpts = _tcp_lro_flush_tcphpts; in tcp_lro_hpts_init()
672 atomic_store_ptr(&tcp_lro_flush_tcphpts, NULL); in tcp_lro_hpts_uninit()
H A Dtcp_lro.c92 int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *lc, struct lro_entry *le); variable
1114 if (tcp_lro_flush_tcphpts == NULL || in tcp_lro_flush()
1115 tcp_lro_flush_tcphpts(lc, le) != 0) { in tcp_lro_flush()