Searched refs:other_end (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/batman-adv/
H A Dtp_meter.c269 if (!batadv_compare_eth(pos->other_end, dst))
308 if (!batadv_compare_eth(pos->other_end, dst))
409 tp_vars->other_end, tp_vars->reason);
423 tp_vars->other_end,
514 tp_vars->other_end, tp_vars->cwnd, tp_vars->ss_threshold,
820 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end);
914 tp_vars->other_end,
982 ether_addr_copy(tp_vars->other_end, dst);
1120 BATADV_TP_RECV_TIMEOUT, tp_vars->other_end);
1350 ether_addr_copy(tp_vars->other_end, icm
[all...]
H A Dtypes.h1457 /** @other_end: mac address of remote */
1458 u8 other_end[ETH_ALEN]; member in struct:batadv_tp_vars
/linux-master/fs/btrfs/
H A Dfile.c613 u64 other_end; local
666 other_end = start;
669 &other_start, &other_end)) {
693 other_end = 0;
696 &other_start, &other_end)) {
712 other_end - start);
776 other_end = 0;
783 &other_start, &other_end)) {
788 extent_end = other_end;
798 other_end
[all...]

Completed in 157 milliseconds