Home
last modified time | relevance | path

Searched refs:r_entries (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c121 TAILQ_ENTRY(rule) r_entries;
146 TAILQ_REMOVE(head, rule, r_entries); in toast_rules()
254 TAILQ_INSERT_TAIL(head, new, r_entries); in parse_rules()
312 rule = TAILQ_NEXT(rule, r_entries)) {
363 TAILQ_CONCAT(&save_head, &rule_head, r_entries); in sysctl_rules()
364 TAILQ_CONCAT(&rule_head, &head, r_entries); in sysctl_rules()
398 rule = TAILQ_NEXT(rule, r_entries)) { in rules_check()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c431 u16 width, r_entries, row; in ice_acl_alloc_partition() local
443 r_entries = ICE_ALIGN(req->num_entry, ICE_ACL_ENTRY_ALLOC_UNIT); in ice_acl_alloc_partition()
488 i < ICE_AQC_MAX_TCAM_ALLOC_UNITS && cnt < r_entries; in ice_acl_alloc_partition()
521 if (cnt >= r_entries) { in ice_acl_alloc_partition()
523 req->num_entry = r_entries; in ice_acl_alloc_partition()
524 req->end = ice_acl_tbl_calc_end_idx(start, r_entries, in ice_acl_alloc_partition()
551 return cnt >= r_entries ? ICE_SUCCESS : ICE_ERR_MAX_LIMIT; in ice_acl_alloc_partition()