other versions
Z8530_NULL_RX(9) | Public Functions Provided | Z8530_NULL_RX(9) |
NAME¶
z8530_null_rx - Discard a packet
SYNOPSIS¶
void z8530_null_rx(struct z8530_channel * c, struct sk_buff * skb);
ARGUMENTS¶
struct z8530_channel * c
The channel the packet arrived on
struct sk_buff * skb
The buffer
DESCRIPTION¶
We point the receive handler at this function when idle. Instead of processing the frames we get to throw them away.
AUTHOR¶
Alan Cox <alan@lxorguk.ukuu.org.uk>
Author.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |