Lines Matching refs:vcap_control
152 int vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev,
158 struct vcap_rule *vcap_alloc_rule(struct vcap_control *vctrl,
171 int vcap_del_rule(struct vcap_control *vctrl, struct net_device *ndev, u32 id);
175 struct vcap_rule *vcap_get_rule(struct vcap_control *vctrl, u32 id);
210 int vcap_get_rule_count_by_cookie(struct vcap_control *vctrl,
219 struct vcap_admin *vcap_find_admin(struct vcap_control *vctrl, int cid);
224 int vcap_lookup_rule_by_cookie(struct vcap_control *vctrl, u64 cookie);
226 int vcap_chain_offset(struct vcap_control *vctrl, int from_cid, int to_cid);
228 bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
230 bool vcap_is_last_chain(struct vcap_control *vctrl, int cid, bool ingress);
235 const struct vcap_set *vcap_keyfieldset(struct vcap_control *vctrl,
245 int vcap_del_rules(struct vcap_control *vctrl, struct vcap_admin *admin);
256 const char *vcap_keyset_name(struct vcap_control *vctrl,
259 const char *vcap_keyfield_name(struct vcap_control *vctrl,
279 vcap_select_min_rule_keyset(struct vcap_control *vctrl, enum vcap_type vtype,