Lines Matching defs:src
2309 * @src: mac address of the source client
2321 const u8 *src,
2330 if (src && batadv_vlan_ap_isola_get(bat_priv, vid)) {
2331 tt_local_entry = batadv_tt_local_hash_find(bat_priv, src, vid);
3674 * @src: source mac address of packet
3678 * Return: true when src+dst(+vid) pair should be isolated, false otherwise
3680 bool batadv_is_ap_isolated(struct batadv_priv *bat_priv, u8 *src, u8 *dst,
3699 tt_global_entry = batadv_tt_global_hash_find(bat_priv, src, vid);
3966 * @src: mac address of tt tvlv sender
3975 u8 *src, u8 *dst,
4006 ret = batadv_send_tt_response(bat_priv, tt_data, src, dst);
4025 src, tt_num_entries);
4048 * @src: mac address of tt tvlv sender
4057 u8 *src, u8 *dst,
4074 orig_node = batadv_orig_hash_find(bat_priv, src);
4083 src, roaming_adv->client);