Searched refs:a_next (Results 1 – 4 of 4) sorted by relevance
40 while (p_act->a_next) { in rtnl_act_append()42 p_act = p_act->a_next; in rtnl_act_append()48 p_act->a_next = new; in rtnl_act_append()56 for (ap = head; (a = *ap) != NULL; ap = &a->a_next) in rtnl_act_remove()60 *ap = a->a_next; in rtnl_act_remove()61 a->a_next = NULL; in rtnl_act_remove()119 p_act = p_act->a_next; in rtnl_act_fill()378 next = curr->a_next; in rtnl_act_put_all()513 p_act = p_act->a_next; in act_msg_parser()
47 #define phn_next_set(a_type, a_field, a_phn, a_next) do { \ argument48 a_phn->a_field.phn_next = a_next; \
515 struct rtnl_act * a_next; member
477 struct arg *a, *a_next; in free_message() local483 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()