| 1126 | } |
| 1127 | |
| 1128 | static void |
| 1129 | lro_set_mtime(struct timeval *tv, struct timespec *ts) |
| 1130 | { |
| 1131 | tv->tv_sec = ts->tv_sec; |
| 1132 | tv->tv_usec = ts->tv_nsec / 1000; |
| 1133 | } |
| 1134 | |
| 1135 | static int |
| 1136 | tcp_lro_rx2(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum, int use_hash) |