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;
808 void rose_link_failed(ax25_cb *ax25, int reason)
815 if (rose_neigh->ax25 == ax25)
821 rose_neigh->ax25 = NULL;
822 ax25_cb_put(ax25);
850 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
867 if (!ax25)
885 if (ax25cmp(&ax25->dest_addr, &rose_neigh->callsign) == 0 &&
886 ax25->ax25_dev->dev == rose_neigh->dev)
893 ax2asc(buf, &ax25->dest_addr));