Searched refs:ax25_return_dm (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_in.c | 328 ax25_return_dm(dev, &src, &dest, &dp); in ax25_rcv() 345 ax25_return_dm(dev, &src, &dest, &dp); in ax25_rcv() 366 ax25_return_dm(dev, &src, &dest, &dp); in ax25_rcv()
|
D | ax25_subr.c | 187 void ax25_return_dm(struct net_device *dev, ax25_address *src, ax25_address *dest, ax25_digi *digi) in ax25_return_dm() function
|
/kernel/linux/linux-5.10/include/net/ |
D | ax25.h | 458 void ax25_return_dm(struct net_device *, ax25_address *, ax25_address *,
|