Home
last modified time | relevance | path

Searched defs:vcap_rule_internal (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/
A Dvcap_api_private.h23 struct vcap_rule_internal { struct
24 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

Completed in 4 milliseconds