MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lro_set_mtime

Function lro_set_mtime

freebsd/netinet/tcp_lro.c:1128–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128static void
1129lro_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
1135static int
1136tcp_lro_rx2(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum, int use_hash)

Callers 1

tcp_lro_rx2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected