a152f8a361
function, pru_close, to notify protocols that the file descriptor or other consumer of a socket is closing the socket. pru_abort is now a notification of close also, and no longer detaches. pru_detach is no longer used to notify of close, and will be called during socket tear-down by sofree() when all references to a socket evaporate after an earlier call to abort or close the socket. This means detach is now an unconditional teardown of a socket, whereas previously sockets could persist after detach of the protocol retained a reference. This faciliates sharing mutexes between layers of the network stack as the mutex is required during the checking and removal of references at the head of sofree(). With this change, pru_detach can now assume that the mutex will no longer be required by the socket layer after completion, whereas before this was not necessarily true. Reviewed by: gnn |
||
---|---|---|
.. | ||
ipatm | ||
sigpvc | ||
spans | ||
uni | ||
atm_aal5.c | ||
atm_cm.c | ||
atm_cm.h | ||
atm_device.c | ||
atm_if.c | ||
atm_if.h | ||
atm_ioctl.h | ||
atm_pcb.h | ||
atm_proto.c | ||
atm_sap.h | ||
atm_sigmgr.h | ||
atm_signal.c | ||
atm_socket.c | ||
atm_stack.h | ||
atm_subr.c | ||
atm_sys.h | ||
atm_usrreq.c | ||
atm_var.h | ||
atm_vc.h | ||
atm.h | ||
port.h | ||
queue.h |