CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2023/11/29 11:30:48
Modified files: sys/netinet : in_pcb.c in_pcb.h tcp_subr.c udp_usrreq.c sys/netinet6 : in6_pcb.c Log message: Document inp_socket as immutable and remove NULL checks. Struct inpcb field inp_socket is initialized in in_pcballoc(). It is not NULL and never changed. OK mvs@