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

Function tcp_lro_rx

freebsd/netinet/tcp_lro.c:1404–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404int
1405tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum)
1406{
1407
1408 return tcp_lro_rx2(lc, m, csum, 1);
1409}
1410
1411void
1412tcp_lro_queue_mbuf(struct lro_ctrl *lc, struct mbuf *mb)

Callers 1

iflib_rxeofFunction · 0.85

Calls 1

tcp_lro_rx2Function · 0.85

Tested by

no test coverage detected