.TH "sppp_rcv" 9 "sppp_rcv" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME sppp_rcv \- receive and process a WAN PPP frame .SH SYNOPSIS .B "int" sppp_rcv .BI "(struct sk_buff *" skb "," .BI "struct net_device *" dev "," .BI "struct packet_type *" p ");" .SH ARGUMENTS .IP "skb" 12 The buffer to process .IP "dev" 12 The device it arrived on .IP "p" 12 Unused .SH "DESCRIPTION" 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.