Home
last modified time | relevance | path

Searched refs:z8530_null_rx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/wan/
Dz85230.h411 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb);
Dhostess_sv11.c133 sv11->chanA.rx_function = z8530_null_rx; in hostess_close()
Dsealevel.c128 slvl->chan->rx_function = z8530_null_rx; in sealevel_close()
Dz85230.c1394 c->rx_function=z8530_null_rx; in z8530_channel_load()
1548 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb) in z8530_null_rx() function
1553 EXPORT_SYMBOL(z8530_null_rx);
/Linux-v5.4/Documentation/networking/
Dz8530book.rst171 :c:func:`z8530_null_rx()` to discard the data.