Searched refs:nxctl_traffic_rule_storage (Results 1 – 2 of 2) sorted by relevance
215 struct nxctl_traffic_rule_storage { struct529 static struct nxctl_traffic_rule_storage *532 struct nxctl_traffic_rule_storage *rs; in nxctl_traffic_rule_storage_create()534 rs = sk_alloc_type(struct nxctl_traffic_rule_storage, in nxctl_traffic_rule_storage_create()543 nxctl_traffic_rule_storage_destroy(struct nxctl_traffic_rule_storage *rs) in nxctl_traffic_rule_storage_destroy()547 sk_free_type(struct nxctl_traffic_rule_storage, rs); in nxctl_traffic_rule_storage_destroy()558 struct nxctl_traffic_rule_storage *rs; in nxctl_traffic_rule_clean()563 if ((rs = nxctl->nxctl_traffic_rule_storage) == NULL) { in nxctl_traffic_rule_clean()571 nxctl->nxctl_traffic_rule_storage = NULL; in nxctl_traffic_rule_clean()596 struct nxctl_traffic_rule_storage *rs; in add_traffic_rule_to_nxctl()[all …]
81 void *nxctl_traffic_rule_storage; member