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

Function tcp_lro_init

freebsd/netinet/tcp_lro.c:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int
146tcp_lro_init(struct lro_ctrl *lc)
147{
148 return (tcp_lro_init_args(lc, NULL, tcp_lro_entries, 0));
149}
150
151int
152tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp,

Callers

nothing calls this directly

Calls 1

tcp_lro_init_argsFunction · 0.85

Tested by

no test coverage detected