Lines Matching refs:ax25_address
44 static struct nr_node *nr_node_get(ax25_address *callsign) in nr_node_get()
60 static struct nr_neigh *nr_neigh_get_dev(ax25_address *callsign, in nr_neigh_get_dev()
97 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node()
98 ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev, in nr_add_node()
323 static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct net_device *dev) in nr_del_node()
382 static int __must_check nr_add_neigh(ax25_address *callsign, in nr_add_neigh()
430 static int nr_del_neigh(ax25_address *callsign, struct net_device *dev, unsigned int quality) in nr_del_neigh()
591 struct net_device *nr_dev_get(ax25_address *addr) in nr_dev_get()
598 ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0) { in nr_dev_get()
610 ax25_address *digipeaters) in nr_call_to_digi()
750 ax25_address *nr_src, *nr_dest; in nr_route_frame()
760 nr_src = (ax25_address *)(skb->data + 0); in nr_route_frame()
761 nr_dest = (ax25_address *)(skb->data + 7); in nr_route_frame()
825 (ax25_address *)dev->dev_addr, in nr_route_frame()