Searched refs:ax25_find_listener (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ax25/ |
D | ax25_in.c | 380 sk = ax25_find_listener(&dest, 0, dev, SOCK_SEQPACKET); in ax25_rcv() 382 sk = ax25_find_listener(next_digi, 1, dev, SOCK_SEQPACKET); in ax25_rcv()
|
D | af_ax25.c | 263 struct sock *ax25_find_listener(ax25_address *addr, int digi, struct net_device *dev, int type) in ax25_find_listener() function
|
/linux-2.4.37.9/include/net/ |
D | ax25.h | 201 struct sock *ax25_find_listener(ax25_address *, int, struct net_device *, int);
|