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

Function tcp_offload_ctloutput

freebsd/netinet/tcp_offload.c:178–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void
179tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name)
180{
181 struct toedev *tod = tp->tod;
182
183 KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
184 INP_WLOCK_ASSERT(tp->t_inpcb);
185
186 tod->tod_ctloutput(tod, tp, sopt_dir, sopt_name);
187}
188
189void
190tcp_offload_tcp_info(struct tcpcb *tp, struct tcp_info *ti)

Callers 2

tcp_ctloutputFunction · 0.85
tcp_default_ctloutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected