Home
last modified time | relevance | path

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

/Linux-v5.4/net/batman-adv/
Drouting.c246 orig_node = batadv_orig_hash_find(bat_priv, icmph->orig); in batadv_recv_my_icmp_packet()
314 orig_node = batadv_orig_hash_find(bat_priv, icmp_packet->orig); in batadv_recv_icmp_ttl_exceeded()
416 orig_node = batadv_orig_hash_find(bat_priv, icmph->dst); in batadv_recv_icmp_packet()
695 orig_node = batadv_orig_hash_find(bat_priv, unicast_packet->dest); in batadv_route_unicast_packet()
856 orig_node = batadv_orig_hash_find(bat_priv, in batadv_check_unicast_ttvn()
995 orig_node_gw = batadv_orig_hash_find(bat_priv, orig_addr_gw); in batadv_recv_unicast_packet()
1022 orig_node = batadv_orig_hash_find(bat_priv, in batadv_recv_unicast_packet()
1134 orig_node_src = batadv_orig_hash_find(bat_priv, frag_packet->orig); in batadv_recv_frag_packet()
1222 orig_node = batadv_orig_hash_find(bat_priv, bcast_packet->orig); in batadv_recv_bcast_packet()
Doriginator.h87 batadv_orig_hash_find(struct batadv_priv *bat_priv, const void *data);
Dtp_meter.c658 orig_node = batadv_orig_hash_find(bat_priv, icmp->orig); in batadv_tp_recv_ack()
819 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send()
1069 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tp_stop()
1165 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tp_send_ack()
Dicmp_socket.c233 orig_node = batadv_orig_hash_find(bat_priv, icmp_header->dst); in batadv_socket_write()
Dfragmentation.c362 orig_node_dst = batadv_orig_hash_find(bat_priv, packet->dest); in batadv_frag_skb_fwd()
Dtvlv.c597 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tvlv_unicast_send()
Dtranslation-table.c3249 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3253 res_dst_orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_other_tt_response()
3384 orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_my_tt_response()
3529 orig_node = batadv_orig_hash_find(bat_priv, resp_src); in batadv_tt_fill_gtable()
3619 orig_node = batadv_orig_hash_find(bat_priv, resp_src); in batadv_handle_tt_response()
4367 orig_node = batadv_orig_hash_find(bat_priv, src); in batadv_roam_tvlv_unicast_handler_v1()
Dbat_v_ogm.c60 orig_node = batadv_orig_hash_find(bat_priv, addr); in batadv_v_ogm_orig_get()
Dbridge_loop_avoidance.c530 orig_node = batadv_orig_hash_find(bat_priv, orig); in batadv_bla_get_backbone_gw()
1041 orig_node = batadv_orig_hash_find(bat_priv, backbone_addr); in batadv_check_claim_group()
Doriginator.c58 batadv_orig_hash_find(struct batadv_priv *bat_priv, const void *data) in batadv_orig_hash_find() function
Dnetwork-coding.c1347 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search()
Dbat_iv_ogm.c145 orig_node = batadv_orig_hash_find(bat_priv, addr); in batadv_iv_ogm_orig_get()