Home
last modified time | relevance | path

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

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