Searched refs:other_end (Results 1 – 2 of 2) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | tp_meter.c | 270 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find() 309 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find_session() 425 tp_vars->other_end, tp_vars->reason); in batadv_tp_sender_end() 439 tp_vars->other_end, in batadv_tp_sender_end() 530 tp_vars->other_end, tp_vars->cwnd, tp_vars->ss_threshold, in batadv_tp_sender_timeout() 836 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send() 931 tp_vars->other_end, in batadv_tp_start_kthread() 1008 ether_addr_copy(tp_vars->other_end, dst); in batadv_tp_start() 1147 BATADV_TP_RECV_TIMEOUT, tp_vars->other_end); in batadv_tp_receiver_shutdown() 1375 ether_addr_copy(tp_vars->other_end, icmp->orig); in batadv_tp_init_recv()
|
| H A D | types.h | 1318 u8 other_end[ETH_ALEN]; member
|