Home
last modified time | relevance | path

Searched defs:rule (Results 1 – 25 of 72) sorted by relevance

123

/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c115 struct rule { struct
121 TAILQ_ENTRY(rule) r_entries; argument
143 struct rule *rule; in toast_rules() local
175 parse_rule_element(char *element, struct rule **rule) in parse_rule_element()
383 struct rule *rule; in rules_check() local
/f-stack/freebsd/kern/
H A Dkern_rctl.c385 struct rctl_rule *rule; in rctl_throttle_decay() local
428 struct rctl_rule *rule; in rctl_pcpu_available() local
502 struct rctl_rule *rule; in rctl_enforce() local
704 struct rctl_rule *rule; in rctl_get_limit() local
731 struct rctl_rule *rule; in rctl_get_available() local
1010 struct rctl_rule *rule; in rctl_rule_alloc() local
1069 struct rctl_rule *rule; in rctl_rule_free() local
1148 struct rctl_rule *rule; in rctl_string_to_rule() local
1276 rctl_rule_add(struct rctl_rule *rule) in rctl_rule_add()
1880 struct rctl_rule *rule; in sys_rctl_add_rule() local
[all …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c260 struct hns3_fdir_rule *rule, in hns3_handle_action_queue()
286 struct hns3_fdir_rule *rule, in hns3_handle_action_queue_region()
336 struct hns3_fdir_rule *rule, struct rte_flow_error *error) in hns3_handle_actions()
437 struct hns3_fdir_rule *rule, struct rte_flow_error *error) in hns3_parse_eth()
480 hns3_parse_vlan(const struct rte_flow_item *item, struct hns3_fdir_rule *rule, in hns3_parse_vlan()
529 hns3_parse_ipv4(const struct rte_flow_item *item, struct hns3_fdir_rule *rule, in hns3_parse_ipv4()
596 hns3_parse_ipv6(const struct rte_flow_item *item, struct hns3_fdir_rule *rule, in hns3_parse_ipv6()
652 hns3_parse_tcp(const struct rte_flow_item *item, struct hns3_fdir_rule *rule, in hns3_parse_tcp()
703 hns3_parse_udp(const struct rte_flow_item *item, struct hns3_fdir_rule *rule, in hns3_parse_udp()
816 struct hns3_fdir_rule *rule, struct rte_flow_error *error) in hns3_handle_tunnel()
[all …]
H A Dhns3_fdir.c478 static void hns3_fd_convert_int16(uint32_t tuple, struct hns3_fdir_rule *rule, in hns3_fd_convert_int16()
543 uint8_t *key_y, struct hns3_fdir_rule *rule) in hns3_fd_convert_tuple()
639 struct hns3_fdir_rule *rule, in hns3_fd_convert_meta_data()
703 struct hns3_fdir_rule *rule) in hns3_config_key()
759 static int hns3_config_action(struct hns3_hw *hw, struct hns3_fdir_rule *rule) in hns3_config_action()
956 struct hns3_fdir_rule *rule, bool del) in hns3_fdir_filter_program()
/f-stack/dpdk/app/test/
H A Dtest_flow_classify.c226 struct rte_flow_classify_rule *rule; in test_invalid_parameters() local
288 struct rte_flow_classify_rule *rule; in test_valid_parameters() local
337 struct rte_flow_classify_rule *rule; in test_invalid_patterns() local
416 struct rte_flow_classify_rule *rule; in test_invalid_actions() local
617 struct rte_flow_classify_rule *rule; in test_query_udp() local
684 struct rte_flow_classify_rule *rule; in test_query_tcp() local
751 struct rte_flow_classify_rule *rule; in test_query_sctp() local
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c859 struct hinic_fdir_rule *rule, in hinic_normal_item_check_ip()
1028 struct hinic_fdir_rule *rule, in hinic_normal_item_check_end()
1045 struct hinic_fdir_rule *rule, in hinic_check_normal_item_ele()
1060 struct hinic_fdir_rule *rule, in hinic_tcam_normal_item_check_l4()
1177 struct hinic_fdir_rule *rule, in hinic_check_tcam_normal_item_ele()
1191 struct hinic_fdir_rule *rule, in hinic_tunnel_item_check_l4()
1221 struct hinic_fdir_rule *rule, in hinic_tunnel_item_check_vxlan()
1248 struct hinic_fdir_rule *rule, in hinic_tunnel_inner_item_check_l4()
1374 struct hinic_fdir_rule *rule, in hinic_check_tcam_tunnel_item_ele()
1424 struct hinic_fdir_rule *rule, in hinic_check_normal_act_ele()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c205 struct ip_fw *rule; in ipfw_alloc_rule() local
820 struct ip_fw *rule) in ipfw_reap_add()
840 struct ip_fw *rule; in ipfw_reap_rules() local
1093 struct ip_fw *rule; in move_objects() local
1182 struct ip_fw *rule; in move_range() local
1265 struct ip_fw *rule; in clear_range() local
1425 struct ip_fw *rule; in swap_sets() local
1614 struct ip_fw *rule; in zero_entry() local
2139 struct ip_fw *rule; in ipfw_getrules() local
2414 struct ip_fw *rule; in dump_config() local
[all …]
H A Dip_fw_dynamic.c782 hash_parent(const struct ipfw_flow_id *id, const void *rule) in hash_parent()
1334 struct ip_fw *rule; in ipfw_dyn_lookup_state() local
2134 struct ip_fw *rule, uint16_t kidx) in dyn_acquire_rule()
2161 struct ip_fw *rule, uint16_t kidx) in dyn_release_rule()
2190 struct ip_fw *rule; in dyn_match_ipv4_state() local
2215 struct ip_fw *rule; in dyn_match_ipv6_state() local
2249 void *rule; in dyn_expire_states() local
2796 struct ip_fw *rule; in ipfw_dyn_reset_eaction() local
2877 ipfw_is_dyn_rule(struct ip_fw *rule) in ipfw_is_dyn_rule()
2970 struct ip_fw *rule; in dyn_export_ipv4_state() local
[all …]
/f-stack/dpdk/examples/ipsec-secgw/
H A Dflow.c126 struct flow_rule_entry *rule; in parse_flow_tokens() local
210 flow_init_single(struct flow_rule_entry *rule) in flow_init_single()
255 struct flow_rule_entry *rule; in flow_init() local
H A Dsp4.c433 print_one_ip4_rule(const struct acl4_rules *rule, int32_t extra) in print_one_ip4_rule()
460 dump_ip4_rules(const struct acl4_rules *rule, int32_t num, int32_t extra) in dump_ip4_rules()
613 struct acl4_rules *rule; in sp4_spi_present() local
H A Dsp6.c538 print_one_ip6_rule(const struct acl6_rules *rule, int32_t extra) in print_one_ip6_rule()
591 dump_ip6_rules(const struct acl6_rules *rule, int32_t num, int32_t extra) in dump_ip6_rules()
743 struct acl6_rules *rule; in sp6_spi_present() local
/f-stack/dpdk/lib/librte_table/
H A Drte_table_acl.c223 struct rte_table_acl_rule_add_params *rule = in rte_table_acl_entry_add() local
341 struct rte_table_acl_rule_delete_params *rule = in rte_table_acl_entry_delete() local
461 struct rte_table_acl_rule_add_params *rule; in rte_table_acl_entry_add_bulk() local
485 struct rte_table_acl_rule_add_params *rule = in rte_table_acl_entry_add_bulk() local
642 struct rte_table_acl_rule_delete_params *rule = in rte_table_acl_entry_delete_bulk() local
/f-stack/dpdk/lib/librte_flow_classify/
H A Drte_flow_classify.c417 struct rte_flow_classify_rule *rule; in allocate_acl_ipv4_5tuple_rule() local
488 struct rte_flow_classify_rule *rule; in rte_flow_classify_table_entry_add() local
564 struct rte_flow_classify_rule *rule) in rte_flow_classify_table_entry_delete()
616 struct rte_flow_classify_rule *rule, in action_apply()
644 struct rte_flow_classify_rule *rule, in rte_flow_classifier_query()
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c118 ugidfw_rule_valid(struct mac_bsdextended_rule *rule) in ugidfw_rule_valid()
229 ugidfw_rulecheck(struct mac_bsdextended_rule *rule, in ugidfw_rulecheck()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c346 struct pf_krule *rule; in pf_get_kpool() local
433 pf_free_rule(struct pf_krule *rule) in pf_free_rule()
910 struct pf_krule *rule; in pf_begin_rules() local
932 struct pf_krule *rule; in pf_rollback_rules() local
992 pf_hash_rule(MD5_CTX *ctx, struct pf_krule *rule) in pf_hash_rule()
1034 struct pf_krule *rule, **old_array; in pf_commit_rules() local
1091 struct pf_krule *rule; in pf_setup_pfsync_matching() local
1459 pf_krule_to_rule(const struct pf_krule *krule, struct pf_rule *rule) in pf_krule_to_rule()
1853 struct pf_krule *rule, *tail; in pfioctl() local
2051 struct pf_krule *rule; in pfioctl() local
[all …]
/f-stack/dpdk/drivers/net/ice/
H A Dice_acl_filter.c413 struct ice_flow_action *acts, struct acl_rule *rule, in ice_acl_hw_set_conf()
455 ice_acl_hw_rem_conf(struct ice_pf *pf, struct acl_rule *rule, int32_t entry_idx) in ice_acl_hw_rem_conf()
480 struct acl_rule *rule; in ice_acl_create_filter() local
563 struct acl_rule *rule = (struct acl_rule *)flow->rule; in ice_acl_destroy_filter() local
/f-stack/dpdk/app/test-sad/
H A Dmain.c86 struct rule { struct
88 int rule_type; argument
91 static struct rule *rules_tbl; argument
459 struct rule *rule = res; in print_result() local
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c1056 struct table_rule *rule; in table_rule_find() local
1112 struct table_rule *rule; in table_rule_delete() local
1124 struct table_rule *rule) in table_rule_default_add()
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Ddpdmux.c538 const struct dpdmux_l2_rule *rule) in dpdmux_if_remove_l2_rule()
578 const struct dpdmux_l2_rule *rule) in dpdmux_if_add_l2_rule()
842 struct dpdmux_rule_cfg *rule, in dpdmux_add_custom_cls_entry()
880 struct dpdmux_rule_cfg *rule) in dpdmux_remove_custom_cls_entry()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_access_module.c183 ngx_stream_access_rule_t *rule; in ngx_stream_access_inet() local
294 ngx_stream_access_rule_t *rule; in ngx_stream_access_rule() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_access_module.c187 ngx_http_access_rule_t *rule; in ngx_http_access_inet() local
304 ngx_http_access_rule_t *rule; in ngx_http_access_rule() local
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_fdir.c1294 struct ice_fdir_fltr *rule; in ice_fdir_find_fltr_by_idx() local
1314 struct ice_fdir_fltr *rule, *parent = NULL; in ice_fdir_list_add_fltr() local
1431 struct ice_fdir_fltr *rule; in ice_fdir_is_dup_fltr() local
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c130 struct sfc_mae_outer_rule *rule; in sfc_mae_outer_rule_attach() local
152 struct sfc_mae_outer_rule *rule; in sfc_mae_outer_rule_add() local
176 struct sfc_mae_outer_rule *rule) in sfc_mae_outer_rule_del()
199 struct sfc_mae_outer_rule *rule, in sfc_mae_outer_rule_enable()
235 struct sfc_mae_outer_rule *rule) in sfc_mae_outer_rule_disable()
1580 struct sfc_mae_outer_rule *rule; in sfc_mae_rule_process_outer() local
2173 struct sfc_mae_outer_rule *rule) in sfc_mae_outer_rule_class_verify()
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.h77 struct ipn3ke_flow_rule rule; member
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_mux.c36 struct dpdmux_rule_cfg rule; member

123