Home
last modified time | relevance | path

Searched refs:batadv_orig_hash_find (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/batman-adv/
Drouting.c258 orig_node = batadv_orig_hash_find(bat_priv, icmph->orig); in batadv_recv_my_icmp_packet()
326 orig_node = batadv_orig_hash_find(bat_priv, icmp_packet->orig); in batadv_recv_icmp_ttl_exceeded()
428 orig_node = batadv_orig_hash_find(bat_priv, icmph->dst); in batadv_recv_icmp_packet()
707 orig_node = batadv_orig_hash_find(bat_priv, unicast_packet->dest); in batadv_route_unicast_packet()
868 orig_node = batadv_orig_hash_find(bat_priv, in batadv_check_unicast_ttvn()
1007 orig_node_gw = batadv_orig_hash_find(bat_priv, orig_addr_gw); in batadv_recv_unicast_packet()
1034 orig_node = batadv_orig_hash_find(bat_priv, in batadv_recv_unicast_packet()
1144 orig_node_src = batadv_orig_hash_find(bat_priv, frag_packet->orig); in batadv_recv_frag_packet()
1232 orig_node = batadv_orig_hash_find(bat_priv, bcast_packet->orig); in batadv_recv_bcast_packet()
Doriginator.h104 batadv_orig_hash_find(struct batadv_priv *bat_priv, const void *data);
Dtp_meter.c669 orig_node = batadv_orig_hash_find(bat_priv, icmp->orig); in batadv_tp_recv_ack()
830 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send()
1080 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tp_stop()
1176 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tp_send_ack()
Dicmp_socket.c242 orig_node = batadv_orig_hash_find(bat_priv, icmp_header->dst); in batadv_socket_write()
Dfragmentation.c374 orig_node_dst = batadv_orig_hash_find(bat_priv, packet->dest); in batadv_frag_skb_fwd()
Dtvlv.c609 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tvlv_unicast_send()
Dtranslation-table.c3241 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3245 res_dst_orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_other_tt_response()
3376 orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_my_tt_response()
3521 orig_node = batadv_orig_hash_find(bat_priv, resp_src); in batadv_tt_fill_gtable()
3611 orig_node = batadv_orig_hash_find(bat_priv, resp_src); in batadv_handle_tt_response()
4357 orig_node = batadv_orig_hash_find(bat_priv, src); in batadv_roam_tvlv_unicast_handler_v1()
Dbat_v_ogm.c69 orig_node = batadv_orig_hash_find(bat_priv, addr); in batadv_v_ogm_orig_get()
Dbridge_loop_avoidance.c543 orig_node = batadv_orig_hash_find(bat_priv, orig); in batadv_bla_get_backbone_gw()
1044 orig_node = batadv_orig_hash_find(bat_priv, backbone_addr); in batadv_check_claim_group()
Doriginator.c69 batadv_orig_hash_find(struct batadv_priv *bat_priv, const void *data) in batadv_orig_hash_find() function
Dnetwork-coding.c1359 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search()
Dbat_iv_ogm.c320 orig_node = batadv_orig_hash_find(bat_priv, addr); in batadv_iv_ogm_orig_get()