Searched refs:ax25_find_cb (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_link.c133 neigh->ax25 = ax25_find_cb(rose_call, &neigh->callsign, neigh->digipeat, neigh->dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_out.c79 if ((ax25 = ax25_find_cb(src, dest, digi, dev)) != NULL) {
H A Daf_ax25.c314 ax25_cb *ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr, ax25_digi *digi, struct net_device *dev) function
481 if ((ax25 = ax25_find_cb(&ax25_ctl.source_addr, &ax25_ctl.dest_addr, &digi, ax25_dev->dev)) == NULL)
1207 if (sk->type == SOCK_SEQPACKET && ax25_find_cb(&sk->protinfo.ax25->source_addr, &fsa->fsa_ax25.sax25_call, digi, sk->protinfo.ax25->ax25_dev->dev) != NULL) {
1821 EXPORT_SYMBOL(ax25_find_cb); variable
H A Dax25_in.c349 if ((ax25 = ax25_find_cb(&dest, &src, &reverse_dp, dev)) != NULL) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dax25.h203 extern ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *, struct net_device *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dax25.h203 extern ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *, struct net_device *);

Completed in 98 milliseconds