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);
380 sn->ax25 = NULL;
811 void rose_link_failed(ax25_cb *ax25, int reason)
818 if (rose_neigh->ax25 == ax25)
824 rose_neigh->ax25 = NULL;
825 ax25_cb_put(ax25);
853 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
870 if (!ax25)
888 if (ax25cmp(&ax25->dest_addr, &rose_neigh->callsign) == 0 &&
889 ax25->ax25_dev->dev == rose_neigh->dev)
896 ax2asc(buf, &ax25->dest_addr));