]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Notify functions can destroy the pcb, so they have to return an
authorJeffrey Hsu <hsu@FreeBSD.org>
Fri, 14 Jun 2002 08:35:21 +0000 (08:35 +0000)
committerJeffrey Hsu <hsu@FreeBSD.org>
Fri, 14 Jun 2002 08:35:21 +0000 (08:35 +0000)
commit3ce144ea8813e31b5ad0055a049a1c21163fe38d
tree4544f6f0f46695f374bc2a22ee6af0eecc9a671f
parent85f6c317eaba505a515597b930b9e87a13ab81c3
Notify functions can destroy the pcb, so they have to return an
indication of whether this happenned so the calling function
knows whether or not to unlock the pcb.

Submitted by: Jennifer Yang (yangjihui@yahoo.com)
Bug reported by:  Sid Carter (sidcarter@symonds.net)
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h
sys/netinet/tcp_subr.c
sys/netinet/tcp_timewait.c
sys/netinet/tcp_var.h
sys/netinet/udp_usrreq.c
sys/netinet/udp_var.h
sys/netinet6/in6_pcb.c
sys/netinet6/in6_pcb.h
sys/netinet6/raw_ip6.c
sys/netinet6/udp6_usrreq.c