1Z8530_NULL_RX(9) Public Functions Provided Z8530_NULL_RX(9)
23
4
NAME
6z8530_null_rx - Discard a packet
7
SYNOPSIS
9void z8530_null_rx(struct z8530_channel * c, struct sk_buff * skb);
10
ARGUMENTS
12c
13The channel the packet arrived on
1415
skb
16The buffer
17
DESCRIPTION
19We point the receive handler at this function when idle. Instead of
20processing the frames we get to throw them away.
21
AUTHOR
23Alan Cox <alan@lxorguk.ukuu.org.uk>
24Author.
25
COPYRIGHT
27Kernel Hackers Manual 2.6. June 2019 Z8530_NULL_RX(9)