Home
last modified time | relevance | path

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

/linux/include/linux/
A Dlapb.h56 extern int lapb_data_received(struct net_device *dev, struct sk_buff *skb);
/linux/net/lapb/
A Dlapb_iface.c392 int lapb_data_received(struct net_device *dev, struct sk_buff *skb) in lapb_data_received() function
407 EXPORT_SYMBOL(lapb_data_received);
/linux/drivers/net/wan/
A Dhdlc_x25.c257 if (lapb_data_received(dev, skb) == LAPB_OK) { in x25_rx()
A Dlapbether.c141 err = lapb_data_received(lapbeth->axdev, skb); in lapbeth_rcv()
/linux/Documentation/networking/
A Dlapb-module.rst214 int lapb_data_received(void *token, struct sk_buff *skb);

Completed in 12 milliseconds