Searched refs:expand_rule (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/rctl/ |
H A D | rctl.c | 175 expand_rule(const char *rule, bool resolve_ids) in expand_rule() function 648 rule = expand_rule(unexpanded_rule, false); in main() 650 rule = expand_rule(unexpanded_rule, true); in main()
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 533 expand_rule(struct rte_lpm6 *lpm, uint32_t tbl8_gindex, uint8_t old_depth, in expand_rule() function 558 expand_rule(lpm, tbl8_gindex_next, old_depth, new_depth, in expand_rule() 708 expand_rule(lpm, tbl8_gindex, depth, depth, in add_step() 1376 expand_rule(lpm, in rte_lpm6_delete() 1385 expand_rule(lpm, in rte_lpm6_delete()
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 367 void expand_rule(struct pfctl_rule *, struct node_if *, 1075 expand_rule(&r, $5, NULL, $7, $8.src_os, 1098 expand_rule(&r, $3, NULL, $5, $6.src_os, 1140 expand_rule(&r, $3, NULL, $5, $6.src_os, 1463 expand_rule(&r, $4, NULL, $6, $7.src_os, 1628 expand_rule(&r, j, NULL, NULL, NULL, h, 1650 expand_rule(&r, NULL, NULL, 2804 expand_rule(&r, $4, $5.host, $7, $8.src_os, 4894 expand_rule(&r, $2, $9 == NULL ? NULL : $9->host, $4, 6043 expand_rule(struct pfctl_rule *r, in expand_rule() function
|