| 143 | } |
| 144 | |
| 145 | int |
| 146 | tcp_lro_init(struct lro_ctrl *lc) |
| 147 | { |
| 148 | return (tcp_lro_init_args(lc, NULL, tcp_lro_entries, 0)); |
| 149 | } |
| 150 | |
| 151 | int |
| 152 | tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp, |
nothing calls this directly
no test coverage detected