.TH "sppp_reopen" 9 "sppp_reopen" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME sppp_reopen \- notify of physical link loss .SH SYNOPSIS .B "int" sppp_reopen .BI "(struct net_device *" dev ");" .SH ARGUMENTS .IP "dev" 12 Device that lost the link .SH "DESCRIPTION" This function informs the synchronous protocol code that the underlying link died (for example a carrier drop on X.21) We increment the magic numbers to ensure that if the other end failed to notice we will correctly start a new session. It happens do to the nature of telco circuits is that you can lose carrier on one endonly. Having done this we go back to negotiating. This function may be called from an interrupt context.