Searched refs:ax25_find_cb (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ax25.h | 203 extern ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *, struct net_device *);
|
/linux-2.4.37.9/net/rose/ |
D | rose_link.c | 133 neigh->ax25 = ax25_find_cb(rose_call, &neigh->callsign, neigh->digipeat, neigh->dev); in rose_link_up()
|
/linux-2.4.37.9/net/ax25/ |
D | ax25_out.c | 79 if ((ax25 = ax25_find_cb(src, dest, digi, dev)) != NULL) { in ax25_send_frame()
|
D | af_ax25.c | 314 ax25_cb *ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr, ax25_digi *digi, struct net_… in ax25_find_cb() function 481 …if ((ax25 = ax25_find_cb(&ax25_ctl.source_addr, &ax25_ctl.dest_addr, &digi, ax25_dev->dev)) == NUL… in ax25_ctl_ioctl() 1210 …if (sk->type == SOCK_SEQPACKET && ax25_find_cb(&sk->protinfo.ax25->source_addr, &fsa->fsa_ax25.sax… in ax25_connect() 1830 EXPORT_SYMBOL(ax25_find_cb);
|
D | ax25_in.c | 349 if ((ax25 = ax25_find_cb(&dest, &src, &reverse_dp, dev)) != NULL) { in ax25_rcv()
|