Lines Matching refs:orig_node
924 struct batadv_orig_node *orig_node, in batadv_tvlv_call_handler() argument
935 if (!orig_node) in batadv_tvlv_call_handler()
938 tvlv_handler->ogm_handler(bat_priv, orig_node, in batadv_tvlv_call_handler()
976 struct batadv_orig_node *orig_node, in batadv_tvlv_containers_process() argument
1000 ogm_source, orig_node, in batadv_tvlv_containers_process()
1017 tvlv_handler->ogm_handler(bat_priv, orig_node, in batadv_tvlv_containers_process()
1036 struct batadv_orig_node *orig_node) in batadv_tvlv_ogm_receive() argument
1050 batadv_tvlv_containers_process(bat_priv, true, orig_node, NULL, NULL, in batadv_tvlv_ogm_receive()
1145 struct batadv_orig_node *orig_node; in batadv_tvlv_unicast_send() local
1152 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tvlv_unicast_send()
1153 if (!orig_node) in batadv_tvlv_unicast_send()
1183 if (batadv_send_skb_to_orig(skb, orig_node, NULL) != NET_XMIT_DROP) in batadv_tvlv_unicast_send()
1189 if (orig_node) in batadv_tvlv_unicast_send()
1190 batadv_orig_node_free_ref(orig_node); in batadv_tvlv_unicast_send()