Lines Matching defs:dst

208  * @dst: destination of tp_meter session
215 const u8 *dst, struct batadv_priv *bat_priv,
233 batadv_netlink_tpmeter_notify(bat_priv, dst, result, test_time,
240 * @dst: destination of tp_meter session
245 const u8 *dst,
249 batadv_tp_batctl_notify(reason, dst, bat_priv, 0, 0, cookie);
255 * @dst: the other endpoint MAC address to look for
257 * Look for a tp_vars object matching dst as end_point and return it after
260 * Return: matching tp_vars or NULL when no tp_vars with @dst was found
263 const u8 *dst)
269 if (!batadv_compare_eth(pos->other_end, dst))
291 * @dst: the other endpoint MAC address to look for
294 * Look for a tp_vars object matching dst as end_point, session as tp meter
301 batadv_tp_list_find_session(struct batadv_priv *bat_priv, const u8 *dst,
308 if (!batadv_compare_eth(pos->other_end, dst))
596 ether_addr_copy(icmp->dst, orig_node->orig);
931 * @dst: the receiver MAC address
935 void batadv_tp_start(struct batadv_priv *bat_priv, const u8 *dst,
950 tp_vars = batadv_tp_list_find(bat_priv, dst);
957 dst, bat_priv, session_cookie);
965 batadv_tp_batctl_error_notify(BATADV_TP_REASON_TOO_MANY, dst,
977 dst, bat_priv, session_cookie);
982 ether_addr_copy(tp_vars->other_end, dst);
1039 dst, test_length);
1056 * @dst: the receiver MAC address
1059 void batadv_tp_stop(struct batadv_priv *bat_priv, const u8 *dst,
1066 "Meter: stopping test towards %pM\n", dst);
1068 orig_node = batadv_orig_hash_find(bat_priv, dst);
1145 * @dst: the mac address of the destination originator
1154 static int batadv_tp_send_ack(struct batadv_priv *bat_priv, const u8 *dst,
1164 orig_node = batadv_orig_hash_find(bat_priv, dst);
1188 ether_addr_copy(icmp->dst, orig_node->orig);