Lines Matching refs:ax25_address
47 static struct nr_node *nr_node_get(ax25_address *callsign) in nr_node_get()
63 static struct nr_neigh *nr_neigh_get_dev(ax25_address *callsign, in nr_neigh_get_dev()
87 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node()
88 ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev, in nr_add_node()
351 static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct net_device *dev) in nr_del_node()
409 static int __must_check nr_add_neigh(ax25_address *callsign, in nr_add_neigh()
457 static int nr_del_neigh(ax25_address *callsign, struct net_device *dev, unsigned int quality) in nr_del_neigh()
617 struct net_device *nr_dev_get(ax25_address *addr) in nr_dev_get()
624 ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0) { in nr_dev_get()
636 ax25_address *digipeaters) in nr_call_to_digi()
776 ax25_address *nr_src, *nr_dest; in nr_route_frame()
786 nr_src = (ax25_address *)(skb->data + 0); in nr_route_frame()
787 nr_dest = (ax25_address *)(skb->data + 7); in nr_route_frame()
851 (ax25_address *)dev->dev_addr, in nr_route_frame()