Searched refs:npfctl_parse_table_id (Results 1 – 3 of 3) sorted by relevance
136 npfvar_t * npfctl_parse_table_id(const char *);
310 | TABLE_ID { $$ = npfctl_parse_table_id($1); }760 | TABLE_ID { $$ = npfctl_parse_table_id($1); }
258 npfctl_parse_table_id(const char *name) in npfctl_parse_table_id() function