Searched refs:custom_c2c (Results 1 – 3 of 3) sorted by relevance
97 static int custom_c2c(struct simple_util_priv *priv, in custom_c2c() function120 .custom_c2c = custom_c2c,
1104 if (hooks && hooks->custom_c2c) in graph_link()1105 func = hooks->custom_c2c; in graph_link()
21 GRAPH2_CUSTOM custom_c2c; member