sppp_rcv(9)
NAME
sppp_rcv - receive and process a WAN PPP frame
SYNOPSIS
int sppp_rcv (struct sk_buff *skb, struct net_device *dev, struct packet_type *p);
ARGUMENTS
skb The buffer to process
dev The device it arrived on
p Unused
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 pro
cess frames queued via netif_rx.