Lines Matching defs:ax25
18 #include <net/ax25.h>
98 ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev,
113 nr_neigh = nr_neigh_get_dev(ax25, dev);
152 nr_neigh->callsign = *ax25;
154 nr_neigh->ax25 = NULL;
181 if (quality != 0 && ax25cmp(nr, ax25) == 0 && !nr_neigh->locked)
402 nr_neigh->ax25 = NULL;
710 void nr_link_failed(ax25_cb *ax25, int reason)
717 if (s->ax25 == ax25) {
728 nr_neigh->ax25 = NULL;
729 ax25_cb_put(ax25);
751 int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25)
766 if (ax25 != NULL) {
767 ret = nr_add_node(nr_src, "", &ax25->dest_addr, ax25->digipeat,
768 ax25->ax25_dev->dev, 0,
775 if (ax25 == NULL) /* Its from me */
783 if (!READ_ONCE(sysctl_netrom_routing_control) && ax25 != NULL)
826 ax25s = nr_neigh->ax25;
827 nr_neigh->ax25 = ax25_send_frame(skb, 256,
835 ret = (nr_neigh->ax25 != NULL);