cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Fri May 11 09:54:54 UTC 2007
rwatson 2007-05-11 09:54:53 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_divert.c raw_ip.c tcp_usrreq.c
Log:
Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), which
used to exist so pcbinfo locks could be acquired, but are no longer
required as a result of socket/pcb reference model refinements.
Revision Changes Path
1.127 +2 -24 src/sys/netinet/ip_divert.c
1.174 +2 -25 src/sys/netinet/raw_ip.c
1.155 +2 -25 src/sys/netinet/tcp_usrreq.c
More information about the cvs-src
mailing list