Home
last modified time | relevance | path

Searched refs:if_rmap_ctx_list (Results 1 – 2 of 2) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dif_rmap.c34 static struct list *if_rmap_ctx_list; variable
204 (struct if_rmap_ctx *)listnode_head(if_rmap_ctx_list);
237 (struct if_rmap_ctx *)listnode_head(if_rmap_ctx_list);
292 listnode_delete(if_rmap_ctx_list, ctx); in if_rmap_ctx_delete()
310 if (!if_rmap_ctx_list) in if_rmap_ctx_create()
311 if_rmap_ctx_list = list_new(); in if_rmap_ctx_create()
312 listnode_add(if_rmap_ctx_list, ctx); in if_rmap_ctx_create()
323 if_rmap_ctx_list = list_new(); in if_rmap_init()
328 if (!if_rmap_ctx_list) in if_rmap_terminate()
330 list_delete(&if_rmap_ctx_list); in if_rmap_terminate()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dif_rmap.c34 static struct list *if_rmap_ctx_list; variable
204 (struct if_rmap_ctx *)listnode_head(if_rmap_ctx_list);
237 (struct if_rmap_ctx *)listnode_head(if_rmap_ctx_list);
292 listnode_delete(if_rmap_ctx_list, ctx); in if_rmap_ctx_delete()
310 if (!if_rmap_ctx_list) in if_rmap_ctx_create()
311 if_rmap_ctx_list = list_new(); in if_rmap_ctx_create()
312 listnode_add(if_rmap_ctx_list, ctx); in if_rmap_ctx_create()
323 if_rmap_ctx_list = list_new(); in if_rmap_init()
328 if (!if_rmap_ctx_list) in if_rmap_terminate()
330 list_delete(&if_rmap_ctx_list); in if_rmap_terminate()