Lines Matching defs:ax25
17 #include <net/ax25.h>
93 rose_neigh->ax25 = NULL;
237 if (rose_neigh->ax25)
238 ax25_cb_put(rose_neigh->ax25);
247 if (rose_neigh->ax25)
248 ax25_cb_put(rose_neigh->ax25);
381 sn->ax25 = NULL;
815 void rose_link_failed(ax25_cb *ax25, int reason)
822 if (rose_neigh->ax25 == ax25)
828 rose_neigh->ax25 = NULL;
829 ax25_cb_put(ax25);
857 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
874 if (!ax25)
892 if (ax25cmp(&ax25->dest_addr, &rose_neigh->callsign) == 0 &&
893 ax25->ax25_dev->dev == rose_neigh->dev)
900 ax2asc(buf, &ax25->dest_addr));