Searched refs:nxctl_traffic_rule_storage (Results 1 – 2 of 2) sorted by relevance
65 struct nxctl_traffic_rule_storage { struct144 static struct nxctl_traffic_rule_storage *147 struct nxctl_traffic_rule_storage *rs; in nxctl_traffic_rule_storage_create()149 rs = sk_alloc_type(struct nxctl_traffic_rule_storage, in nxctl_traffic_rule_storage_create()158 nxctl_traffic_rule_storage_destroy(struct nxctl_traffic_rule_storage *rs) in nxctl_traffic_rule_storage_destroy()162 sk_free_type(struct nxctl_traffic_rule_storage, rs); in nxctl_traffic_rule_storage_destroy()173 struct nxctl_traffic_rule_storage *rs; in nxctl_traffic_rule_clean()178 if ((rs = nxctl->nxctl_traffic_rule_storage) == NULL) { in nxctl_traffic_rule_clean()186 nxctl->nxctl_traffic_rule_storage = NULL; in nxctl_traffic_rule_clean()211 struct nxctl_traffic_rule_storage *rs; in add_traffic_rule_to_nxctl()[all …]
85 struct nxctl_traffic_rule_storage *nxctl_traffic_rule_storage; member