Searched refs:idrinfo (Results 1 – 1 of 1) sorted by relevance
27 struct tcf_idrinfo *idrinfo; member150 struct tcf_idrinfo *idrinfo; member160 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL); in tc_action_net_init()161 if (!tn->idrinfo) in tc_action_net_init()164 tn->idrinfo->net = net; in tc_action_net_init()165 mutex_init(&tn->idrinfo->lock); in tc_action_net_init()166 idr_init(&tn->idrinfo->action_idr); in tc_action_net_init()171 struct tcf_idrinfo *idrinfo);181 tcf_idrinfo_destroy(tn->ops, tn->idrinfo); in tc_action_net_exit()182 kfree(tn->idrinfo); in tc_action_net_exit()
Completed in 8 milliseconds