Lines Matching refs:ax25_address
48 static struct nr_node *nr_node_get(ax25_address *callsign) in nr_node_get()
64 static struct nr_neigh *nr_neigh_get_dev(ax25_address *callsign, in nr_neigh_get_dev()
88 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node()
89 ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev, in nr_add_node()
352 static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct net_device *dev) in nr_del_node()
410 static int __must_check nr_add_neigh(ax25_address *callsign, in nr_add_neigh()
458 static int nr_del_neigh(ax25_address *callsign, struct net_device *dev, unsigned int quality) in nr_del_neigh()
618 struct net_device *nr_dev_get(ax25_address *addr) in nr_dev_get()
625 ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0) { in nr_dev_get()
637 ax25_address *digipeaters) in nr_call_to_digi()
777 ax25_address *nr_src, *nr_dest; in nr_route_frame()
787 nr_src = (ax25_address *)(skb->data + 0); in nr_route_frame()
788 nr_dest = (ax25_address *)(skb->data + 7); in nr_route_frame()
852 (ax25_address *)dev->dev_addr, in nr_route_frame()