CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2022/08/27 14:28:01
Modified files: sys/kern : uipc_usrreq.c sys/net : pfkeyv2.c pfkeyv2.h rtsock.c sys/netinet : ip_divert.c ip_divert.h ip_gre.c ip_gre.h ip_var.h raw_ip.c tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 : ip6_divert.c ip6_divert.h ip6_var.h raw_ip6.c sys/sys : protosw.h unpcb.h Log message: Move PRU_SEND request to (*pru_send)(). The former PRU_SEND error path of gre_usrreq() had `control' mbuf(9) leak. It was fixed in new gre_send(). The former pfkeyv2_send() was renamed to pfkeyv2_dosend(). ok bluhm@