mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 13:15:21 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -169,6 +169,17 @@ tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name)
|
||||
tod->tod_ctloutput(tod, tp, sopt_dir, sopt_name);
|
||||
}
|
||||
|
||||
void
|
||||
tcp_offload_tcp_info(struct tcpcb *tp, struct tcp_info *ti)
|
||||
{
|
||||
struct toedev *tod = tp->tod;
|
||||
|
||||
KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp %p", __func__, tp));
|
||||
INP_WLOCK_ASSERT(tp->t_inpcb);
|
||||
|
||||
tod->tod_tcp_info(tod, tp, ti);
|
||||
}
|
||||
|
||||
void
|
||||
tcp_offload_detach(struct tcpcb *tp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user