Home
last modified time | relevance | path

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

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_match.c260 if (*currbest) { in command_match_r()
266 *currbest = list_new(); in command_match_r()
277 listnode_add(*currbest, el); in command_match_r()
278 (*currbest)->del = in command_match_r()
293 if (result && *currbest) { in command_match_r()
302 else if (newbest == *currbest in command_match_r()
319 *currbest = newbest ? newbest : *currbest; in command_match_r()
322 *currbest = result; in command_match_r()
323 } else if (!*currbest) { in command_match_r()
327 if (*currbest) { in command_match_r()
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_match.c260 if (*currbest) { in command_match_r()
266 *currbest = list_new(); in command_match_r()
277 listnode_add(*currbest, el); in command_match_r()
278 (*currbest)->del = in command_match_r()
293 if (result && *currbest) { in command_match_r()
302 else if (newbest == *currbest in command_match_r()
319 *currbest = newbest ? newbest : *currbest; in command_match_r()
322 *currbest = result; in command_match_r()
323 } else if (!*currbest) { in command_match_r()
327 if (*currbest) { in command_match_r()
[all …]