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()/
Differential D33366
tcp: mechanically substitute call to tfb_tcp_output to new method. glebius on Dec 10 2021, 2:46 AM. Authored by Tags None Referenced Files
Details
Made with sed(1) execution: sed -Ef sed -i "" $(grep --exclude tcp_var.h -lr tcp_output sys/) sed:
Diff Detail
Event Timeline |