Searched refs:a_next (Results 1 – 3 of 3) sorted by relevance
37 return act->a_next; in rtnl_act_next()51 while (p_act->a_next) { in rtnl_act_append()53 p_act = p_act->a_next; in rtnl_act_append()59 p_act->a_next = new; in rtnl_act_append()67 for (ap = head; (a = *ap) != NULL; ap = &a->a_next) in rtnl_act_remove()71 *ap = a->a_next; in rtnl_act_remove()72 a->a_next = NULL; in rtnl_act_remove()130 p_act = p_act->a_next; in rtnl_act_fill()389 next = curr->a_next; in rtnl_act_put_all()524 p_act = p_act->a_next; in act_msg_parser()
498 struct arg *a, *a_next; in free_message() local504 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()
574 struct rtnl_act * a_next; member