Searched refs:dl_argv_match (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/devlink/ |
D | devlink.c | 268 static bool dl_argv_match(struct dl *dl, const char *pattern) in dl_argv_match() function 812 if (dl_argv_match(dl, "type") && in dl_argv_parse() 824 } else if (dl_argv_match(dl, "count") && in dl_argv_parse() 831 } else if (dl_argv_match(dl, "sb") && in dl_argv_parse() 838 } else if (dl_argv_match(dl, "pool") && in dl_argv_parse() 845 } else if (dl_argv_match(dl, "size") && in dl_argv_parse() 852 } else if (dl_argv_match(dl, "type") && in dl_argv_parse() 864 } else if (dl_argv_match(dl, "thtype") && in dl_argv_parse() 877 } else if (dl_argv_match(dl, "th") && in dl_argv_parse() 884 } else if (dl_argv_match(dl, "tc") && in dl_argv_parse() [all …]
|