Lines Matching refs:vcap_control

218 static bool vcap_verify_keystream_keyset(struct vcap_control *vctrl,  in vcap_verify_keystream_keyset()
308 static int vcap_find_keystream_typegroup_sw(struct vcap_control *vctrl, in vcap_find_keystream_typegroup_sw()
333 vcap_find_keystream_keysets(struct vcap_control *vctrl, in vcap_find_keystream_keysets()
366 int vcap_addr_keysets(struct vcap_control *vctrl, in vcap_addr_keysets()
396 const struct vcap_field *vcap_keyfields(struct vcap_control *vctrl, in vcap_keyfields()
407 const struct vcap_set *vcap_keyfieldset(struct vcap_control *vctrl, in vcap_keyfieldset()
425 vcap_keyfield_typegroup(struct vcap_control *vctrl, in vcap_keyfield_typegroup()
437 int vcap_keyfield_count(struct vcap_control *vctrl, in vcap_keyfield_count()
499 static void vcap_encode_keyfield_typegroups(struct vcap_control *vctrl, in vcap_encode_keyfield_typegroups()
691 vcap_actionfields(struct vcap_control *vctrl, in vcap_actionfields()
701 vcap_actionfieldset(struct vcap_control *vctrl, in vcap_actionfieldset()
717 vcap_actionfield_typegroup(struct vcap_control *vctrl, in vcap_actionfield_typegroup()
729 int vcap_actionfield_count(struct vcap_control *vctrl, in vcap_actionfield_count()
860 int vcap_api_check(struct vcap_control *ctrl) in vcap_api_check()
924 static bool vcap_rule_exists(struct vcap_control *vctrl, u32 id) in vcap_rule_exists()
939 vcap_get_locked_rule(struct vcap_control *vctrl, u32 id) in vcap_get_locked_rule()
956 int vcap_lookup_rule_by_cookie(struct vcap_control *vctrl, u64 cookie) in vcap_lookup_rule_by_cookie()
1293 vcap_verify_actionstream_actionset(struct vcap_control *vctrl, in vcap_verify_actionstream_actionset()
1329 static int vcap_find_actionstream_typegroup_sw(struct vcap_control *vctrl, in vcap_find_actionstream_typegroup_sw()
1353 vcap_find_actionstream_actionset(struct vcap_control *vctrl, in vcap_find_actionstream_actionset()
1400 struct vcap_control *vctrl = ri->vctrl; in vcap_decode_actionset()
1443 struct vcap_control *vctrl = ri->vctrl; in vcap_decode_keyset()
1589 struct vcap_admin *vcap_find_admin(struct vcap_control *vctrl, int cid) in vcap_find_admin()
1605 static bool vcap_admin_is_last(struct vcap_control *vctrl, in vcap_admin_is_last()
1626 int vcap_chain_offset(struct vcap_control *vctrl, int from_cid, int to_cid) in vcap_chain_offset()
1644 bool vcap_is_next_lookup(struct vcap_control *vctrl, int src_cid, int dst_cid) in vcap_is_next_lookup()
1777 const char *vcap_keyset_name(struct vcap_control *vctrl, in vcap_keyset_name()
1785 const char *vcap_keyfield_name(struct vcap_control *vctrl, in vcap_keyfield_name()
1793 const char *vcap_actionset_name(struct vcap_control *vctrl, in vcap_actionset_name()
1800 const char *vcap_actionfield_name(struct vcap_control *vctrl, in vcap_actionfield_name()
1808 vcap_find_keyset_keyfield(struct vcap_control *vctrl, in vcap_find_keyset_keyfield()
1886 vcap_find_actionset_actionfield(struct vcap_control *vctrl, in vcap_find_actionset_actionfield()
2141 static bool vcap_is_chain_used(struct vcap_control *vctrl, in vcap_is_chain_used()
2156 static int vcap_get_next_chain(struct vcap_control *vctrl, in vcap_get_next_chain()
2175 static bool vcap_path_exist(struct vcap_control *vctrl, struct net_device *ndev, in vcap_path_exist()
2278 struct vcap_rule *vcap_alloc_rule(struct vcap_control *vctrl, in vcap_alloc_rule()
2401 struct vcap_rule *vcap_get_rule(struct vcap_control *vctrl, u32 id) in vcap_get_rule()
2504 int vcap_del_rule(struct vcap_control *vctrl, struct net_device *ndev, u32 id) in vcap_del_rule()
2546 int vcap_del_rules(struct vcap_control *vctrl, struct vcap_admin *admin) in vcap_del_rules()
2961 static int vcap_enable_rules(struct vcap_control *vctrl, in vcap_enable_rules()
3020 static int vcap_disable_rules(struct vcap_control *vctrl, in vcap_disable_rules()
3055 static bool vcap_is_enabled(struct vcap_control *vctrl, struct net_device *ndev, in vcap_is_enabled()
3070 static int vcap_enable(struct vcap_control *vctrl, struct net_device *ndev, in vcap_enable()
3110 static int vcap_disable(struct vcap_control *vctrl, struct net_device *ndev, in vcap_disable()
3151 int vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev, in vcap_enable_lookups()
3185 bool vcap_is_last_chain(struct vcap_control *vctrl, int cid, bool ingress) in vcap_is_last_chain()
3278 struct vcap_control *vctrl = ri->vctrl; in vcap_rule_get_untyped_keyset()
3298 struct vcap_control *vctrl = ri->vctrl; in vcap_rule_get_keysets()
3339 int vcap_get_rule_count_by_cookie(struct vcap_control *vctrl, in vcap_get_rule_count_by_cookie()