HomeFreeBSD

tcp: mechanically substitute call to tfb_tcp_output to new method.

Description

tcp: mechanically substitute call to tfb_tcp_output to new method.

Made with sed(1) execution:

sed -Ef sed -i "" $(grep --exclude tcp_var.h -lr tcp_output sys/)

sed:
s/tp->t_fb->tfb_tcp_output\(tp\)/tcp_output(tp)/
s/to tfb_tcp_output\(\)/to tcp_output()/

Reviewed by: rrs, tuexen
Differential revision: https://reviews.freebsd.org/D33366

Details

Provenance
glebiusAuthored on Dec 26 2021, 4:47 PM
Reviewer
rrs
Differential Revision
D33366: tcp: mechanically substitute call to tfb_tcp_output to new method.
Parents
rG5b08b46a6dd7: tcp: welcome back tcp_output() as the right way to run output on tcpcb.
Branches
Unknown
Tags
Unknown