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

/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c247 struct lro_ctrl xn_lro; member in struct:netfront_info
972 struct lro_ctrl *lro = &np->xn_lro;
2030 tcp_lro_free(&np->xn_lro);
2037 err = tcp_lro_init(&np->xn_lro);
2041 np->xn_lro.ifp = np->xn_ifp;

Completed in 72 milliseconds