Date: Sat, 2 Jun 2007 11:05:08 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet sctp_indata.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_usrreq.c src/sys/netinet6 sctp6_usrreq.c Message-ID: <200706021105.l52B58kA039700@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-06-02 11:05:08 UTC FreeBSD src repository Modified files: sys/netinet sctp_indata.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_usrreq.c sys/netinet6 sctp6_usrreq.c Log: - fix initial pcb vrf setting when the initial vrf is not the default_vrf_id - Missing lock/unlock of inp added as well in the v6 side. - IFN hash table moves to sctppcbinfo since indexes are unique across systems (including different VRFs) this makes it easier to do ifn lookups. Revision Changes Path 1.29 +0 -1 src/sys/netinet/sctp_indata.c 1.21 +1 -2 src/sys/netinet/sctp_os_bsd.h 1.33 +5 -4 src/sys/netinet/sctp_output.c 1.34 +14 -24 src/sys/netinet/sctp_pcb.c 1.21 +10 -6 src/sys/netinet/sctp_pcb.h 1.30 +2 -2 src/sys/netinet/sctp_usrreq.c 1.26 +4 -1 src/sys/netinet6/sctp6_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706021105.l52B58kA039700>