Lines Matching defs:dst

207  * @dst: destination of tp_meter session
214 const u8 *dst, struct batadv_priv *bat_priv,
232 batadv_netlink_tpmeter_notify(bat_priv, dst, result, test_time,
239 * @dst: destination of tp_meter session
244 const u8 *dst,
248 batadv_tp_batctl_notify(reason, dst, bat_priv, 0, 0, cookie);
254 * @dst: the other endpoint MAC address to look for
256 * Look for a tp_vars object matching dst as end_point and return it after
259 * Return: matching tp_vars or NULL when no tp_vars with @dst was found
262 const u8 *dst)
268 if (!batadv_compare_eth(pos->other_end, dst))
290 * @dst: the other endpoint MAC address to look for
293 * Look for a tp_vars object matching dst as end_point, session as tp meter
300 batadv_tp_list_find_session(struct batadv_priv *bat_priv, const u8 *dst,
307 if (!batadv_compare_eth(pos->other_end, dst))
595 ether_addr_copy(icmp->dst, orig_node->orig);
935 * @dst: the receiver MAC address
939 void batadv_tp_start(struct batadv_priv *bat_priv, const u8 *dst,
954 tp_vars = batadv_tp_list_find(bat_priv, dst);
961 dst, bat_priv, session_cookie);
969 batadv_tp_batctl_error_notify(BATADV_TP_REASON_TOO_MANY, dst,
981 dst, bat_priv, session_cookie);
986 ether_addr_copy(tp_vars->other_end, dst);
1043 dst, test_length);
1060 * @dst: the receiver MAC address
1063 void batadv_tp_stop(struct batadv_priv *bat_priv, const u8 *dst,
1070 "Meter: stopping test towards %pM\n", dst);
1072 orig_node = batadv_orig_hash_find(bat_priv, dst);
1149 * @dst: the mac address of the destination originator
1158 static int batadv_tp_send_ack(struct batadv_priv *bat_priv, const u8 *dst,
1168 orig_node = batadv_orig_hash_find(bat_priv, dst);
1192 ether_addr_copy(icmp->dst, orig_node->orig);