CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/15 08:44:19
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
Introduce tcp_sogetpcb() to assign `inp' and `tp' from passed socket.
This function will help to avoid code duplication when tcp_usrreq() will
be divided to multiple handlers.
ok bluhm@
