Home
last modified time | relevance | path

Searched refs:idrinfo (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dact_api.h26 struct tcf_idrinfo *idrinfo; member
127 struct tcf_idrinfo *idrinfo; member
137 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL); in tc_action_net_init()
138 if (!tn->idrinfo) in tc_action_net_init()
141 tn->idrinfo->net = net; in tc_action_net_init()
142 mutex_init(&tn->idrinfo->lock); in tc_action_net_init()
143 idr_init(&tn->idrinfo->action_idr); in tc_action_net_init()
148 struct tcf_idrinfo *idrinfo);
159 tcf_idrinfo_destroy(tn->ops, tn->idrinfo); in tc_action_net_exit()
160 kfree(tn->idrinfo); in tc_action_net_exit()