.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SPPP_RCV" "9" "09 October 2005" "" "" .SH NAME sppp_rcv \- receive and process a WAN PPP frame .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int sppp_rcv (struct sk_buff * \fIskb\fB, struct net_device * \fIdev\fB, struct packet_type * \fIp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIskb\fB\fR The buffer to process .TP \fB\fIdev\fB\fR The device it arrived on .TP \fB\fIp\fB\fR Unused .SH "DESCRIPTION" .PP Protocol glue. This drives the deferred processing mode the poorer cards use. This can be called directly by cards that do not have timing constraints but is normally called from the network layer after interrupt servicing to process frames queued via netif_rx.