Searched refs:tcp_lro_flush_tcphpts (Results 1 – 3 of 3) sorted by relevance
220 extern int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *, struct lro_entry *);
666 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()
92 int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *lc, struct lro_entry *le); variable1114 if (tcp_lro_flush_tcphpts == NULL || in tcp_lro_flush()1115 tcp_lro_flush_tcphpts(lc, le) != 0) { in tcp_lro_flush()