Searched refs:tunnel_node (Results 1 – 1 of 1) sorted by relevance
1088 struct bnxt_tc_tunnel_node *tunnel_node) in bnxt_tc_put_tunnel_node() argument1092 if (--tunnel_node->refcount == 0) { in bnxt_tc_put_tunnel_node()1093 rc = rhashtable_remove_fast(tunnel_table, &tunnel_node->node, in bnxt_tc_put_tunnel_node()1099 kfree_rcu(tunnel_node, rcu); in bnxt_tc_put_tunnel_node()1102 return tunnel_node->refcount; in bnxt_tc_put_tunnel_node()1114 struct bnxt_tc_tunnel_node *tunnel_node; in bnxt_tc_get_tunnel_node() local1117 tunnel_node = rhashtable_lookup_fast(tunnel_table, tun_key, *ht_params); in bnxt_tc_get_tunnel_node()1118 if (!tunnel_node) { in bnxt_tc_get_tunnel_node()1119 tunnel_node = kzalloc(sizeof(*tunnel_node), GFP_KERNEL); in bnxt_tc_get_tunnel_node()1120 if (!tunnel_node) { in bnxt_tc_get_tunnel_node()[all …]