Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dlapb.h56 extern int lapb_data_received(struct net_device *dev, struct sk_buff *skb);
/Linux-v5.10/net/lapb/
Dlapb_iface.c361 int lapb_data_received(struct net_device *dev, struct sk_buff *skb) in lapb_data_received() function
374 EXPORT_SYMBOL(lapb_data_received);
/Linux-v5.10/drivers/net/wan/
Dhdlc_x25.c216 if (lapb_data_received(dev, skb) == LAPB_OK) in x25_rx()
Dlapbether.c112 if ((err = lapb_data_received(lapbeth->axdev, skb)) != LAPB_OK) { in lapbeth_rcv()
Dx25_asy.c205 err = lapb_data_received(sl->dev, skb); in x25_asy_bump()
/Linux-v5.10/Documentation/networking/
Dlapb-module.rst214 int lapb_data_received(void *token, struct sk_buff *skb);