Searched refs:tunnel_node (Results 1 – 1 of 1) sorted by relevance
822 struct bnxt_tc_tunnel_node *tunnel_node) in bnxt_tc_put_tunnel_node() argument826 if (--tunnel_node->refcount == 0) { in bnxt_tc_put_tunnel_node()827 rc = rhashtable_remove_fast(tunnel_table, &tunnel_node->node, in bnxt_tc_put_tunnel_node()833 kfree_rcu(tunnel_node, rcu); in bnxt_tc_put_tunnel_node()836 return tunnel_node->refcount; in bnxt_tc_put_tunnel_node()848 struct bnxt_tc_tunnel_node *tunnel_node; in bnxt_tc_get_tunnel_node() local851 tunnel_node = rhashtable_lookup_fast(tunnel_table, tun_key, *ht_params); in bnxt_tc_get_tunnel_node()852 if (!tunnel_node) { in bnxt_tc_get_tunnel_node()853 tunnel_node = kzalloc(sizeof(*tunnel_node), GFP_KERNEL); in bnxt_tc_get_tunnel_node()854 if (!tunnel_node) { in bnxt_tc_get_tunnel_node()[all …]