| 151 | static struct table_action_profile_list table_action_profile_list; |
| 152 | |
| 153 | int |
| 154 | table_action_profile_init(void) |
| 155 | { |
| 156 | TAILQ_INIT(&table_action_profile_list); |
| 157 | |
| 158 | return 0; |
| 159 | } |
| 160 | |
| 161 | struct table_action_profile * |
| 162 | table_action_profile_find(const char *name) |