Searched defs:vcap_rule_internal (Results 1 – 1 of 1) sorted by relevance
23 struct vcap_rule_internal { struct24 struct vcap_rule data; /* provided by the client */25 struct list_head list; /* the vcap admin list of rules */26 struct vcap_admin *admin; /* vcap hw instance */27 struct net_device *ndev; /* the interface that the rule applies to */28 struct vcap_control *vctrl; /* the client control */29 u32 sort_key; /* defines the position in the VCAP */30 int keyset_sw; /* subwords in a keyset */54 void vcap_erase_cache(struct vcap_rule_internal *ri); argument