Searched refs:current_nets (Results 1 – 1 of 1) sorted by relevance
994 struct list_head current_nets; in lnet_match_networks() local1014 INIT_LIST_HEAD(¤t_nets); in lnet_match_networks()1040 INIT_LIST_HEAD(¤t_nets); in lnet_match_networks()1041 list_add(&tb->ltb_list, ¤t_nets); in lnet_match_networks()1042 rc = lnet_splitnets(source, ¤t_nets); in lnet_match_networks()1047 list_for_each(t, ¤t_nets) { in lnet_match_networks()1069 lnet_free_text_bufs(¤t_nets); in lnet_match_networks()1073 list_for_each_safe(t, t2, ¤t_nets) { in lnet_match_networks()1096 lnet_free_text_bufs(¤t_nets); in lnet_match_networks()