Searched refs:tunnel_node (Results 1 – 1 of 1) sorted by relevance
865 struct bnxt_tc_tunnel_node *tunnel_node) in bnxt_tc_put_tunnel_node() argument869 if (--tunnel_node->refcount == 0) { in bnxt_tc_put_tunnel_node()870 rc = rhashtable_remove_fast(tunnel_table, &tunnel_node->node, in bnxt_tc_put_tunnel_node()876 kfree_rcu(tunnel_node, rcu); in bnxt_tc_put_tunnel_node()879 return tunnel_node->refcount; in bnxt_tc_put_tunnel_node()891 struct bnxt_tc_tunnel_node *tunnel_node; in bnxt_tc_get_tunnel_node() local894 tunnel_node = rhashtable_lookup_fast(tunnel_table, tun_key, *ht_params); in bnxt_tc_get_tunnel_node()895 if (!tunnel_node) { in bnxt_tc_get_tunnel_node()896 tunnel_node = kzalloc(sizeof(*tunnel_node), GFP_KERNEL); in bnxt_tc_get_tunnel_node()897 if (!tunnel_node) { in bnxt_tc_get_tunnel_node()[all …]