Date: Sun, 22 Aug 2004 20:02:54 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c Message-ID: <200408222002.i7MK2spL042907@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-22 20:02:54 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet udp_usrreq.c
Log:
MT5 udp_usrreq.c:1.163:
date: 2004/08/19 01:13:10; author: rwatson; state: Exp; lines: +35 -25
Push down pcbinfo and inpcb locking from udp_send() into udp_output().
This provides greater context for the locking and allows us to avoid
locking the pcbinfo structure if not binding operations will take
place (i.e., already bound, connected, and no expliti sendto()
address).
Approved by: re (kensmith)
Revision Changes Path
1.162.2.1 +35 -25 src/sys/netinet/udp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408222002.i7MK2spL042907>
