Home
last modified time | relevance | path

Searched refs:ax25_find_listener (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ax25/
Dax25_in.c380 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()
Daf_ax25.c263 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/
Dax25.h201 struct sock *ax25_find_listener(ax25_address *, int, struct net_device *, int);