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

Function tcp_lro_rx_done

freebsd/netinet/tcp_lro.c:349–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static void
350tcp_lro_rx_done(struct lro_ctrl *lc)
351{
352 struct lro_entry *le;
353
354 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) {
355 tcp_lro_active_remove(le);
356 tcp_lro_flush(lc, le);
357 }
358}
359
360void
361tcp_lro_flush_inactive(struct lro_ctrl *lc, const struct timeval *timeout)

Callers 1

tcp_lro_flush_allFunction · 0.85

Calls 1

tcp_lro_active_removeFunction · 0.85

Tested by

no test coverage detected