Lines Matching refs: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)
400 nr_neigh->ax25 = NULL;
707 void nr_link_failed(ax25_cb *ax25, int reason)
714 if (s->ax25 == ax25) {
725 nr_neigh->ax25 = NULL;
726 ax25_cb_put(ax25);
748 int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25)
763 if (ax25 != NULL) {
764 ret = nr_add_node(nr_src, "", &ax25->dest_addr, ax25->digipeat,
765 ax25->ax25_dev->dev, 0,
772 if (ax25 == NULL) /* Its from me */
780 if (!sysctl_netrom_routing_control && ax25 != NULL)
823 ax25s = nr_neigh->ax25;
824 nr_neigh->ax25 = ax25_send_frame(skb, 256,
832 ret = (nr_neigh->ax25 != NULL);