Searched refs:rulehead (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/security/mac_portacl/
H A Dmac_portacl.c136 static TAILQ_HEAD(rulehead, rule) rule_head;
140 toast_rules(struct rulehead *head)
240 parse_rules(char *string, struct rulehead *head)
334 struct rulehead head, save_head;
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_rule.c88 TAILQ_HEAD(rulehead, devfs_krule);
96 struct rulehead ds_rules;
373 dk = TAILQ_LAST(&ds->ds_rules, rulehead);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipftest.c590 void dumprules(rulehead)
591 frentry_t *rulehead;
595 for (fr = rulehead; fr != NULL; fr = fr->fr_next) {
H A Dipf_y.y248 rulehead markin inopts rulemain ruletail intag ruletail2
252 rulehead markout outopts rulemain ruletail outtag ruletail2
255 rulehead: label

Completed in 74 milliseconds