Searched refs:xn_lro (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/xen/netfront/
H A Dnetfront.c246 struct lro_ctrl xn_lro; member in struct:netfront_info
973 struct lro_ctrl *lro = &np->xn_lro;
2026 tcp_lro_free(&np->xn_lro);
2034 err = tcp_lro_init(&np->xn_lro);
2038 np->xn_lro.ifp = np->xn_ifp;

Completed in 74 milliseconds