Searched refs:rulehead (Results 1 – 6 of 6) sorted by relevance
| /src/sys/security/mac_ipacl/ |
| H A D | mac_ipacl.c | 127 static TAILQ_HEAD(rulehead, ip_rule) rule_head; 131 destroy_rules(struct rulehead *head) in destroy_rules() 244 parse_rules(char *string, struct rulehead *head) in parse_rules() 273 struct rulehead head, save_head; in sysctl_rules() 339 TAILQ_FOREACH_REVERSE(rule, &rule_head, rulehead, r_entries) { in rules_check()
|
| /src/sys/security/mac_portacl/ |
| H A D | mac_portacl.c | 133 static TAILQ_HEAD(rulehead, rule) rule_head; 137 toast_rules(struct rulehead *head) in toast_rules() 237 parse_rules(char *string, struct rulehead *head) in parse_rules() 331 struct rulehead head, save_head; in sysctl_rules()
|
| /src/sys/fs/devfs/ |
| H A D | devfs_rule.c | 88 TAILQ_HEAD(rulehead, devfs_krule); 96 struct rulehead ds_rules; 373 dk = TAILQ_LAST(&ds->ds_rules, rulehead); in devfs_rule_autonumber()
|
| /src/sbin/ipf/ipftest/ |
| H A D | ipftest.c | 586 dumprules(frentry_t *rulehead) in dumprules() argument 590 for (fr = rulehead; fr != NULL; fr = fr->fr_next) { in dumprules()
|
| /src/sys/security/mac_do/ |
| H A D | mac_do.c | 165 STAILQ_HEAD(rulehead, rule); 169 struct rulehead head; 318 struct rulehead *const head = &rules->head; in toast_rules()
|
| /src/sbin/ipf/common/ |
| H A D | ipf_y.y | 247 rulehead markin inopts rulemain ruletail intag ruletail2 251 rulehead markout outopts rulemain ruletail outtag ruletail2 254 rulehead:
|