Searched refs:a_next (Results 1 – 6 of 6) sorted by relevance
31 return act->a_next; in rtnl_act_next()45 while (p_act->a_next) { in rtnl_act_append()47 p_act = p_act->a_next; in rtnl_act_append()53 p_act->a_next = new; in rtnl_act_append()61 for (ap = head; (a = *ap) != NULL; ap = &a->a_next) in rtnl_act_remove()65 *ap = a->a_next; in rtnl_act_remove()66 a->a_next = NULL; in rtnl_act_remove()124 p_act = p_act->a_next; in rtnl_act_fill()383 next = curr->a_next; in rtnl_act_put_all()523 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; \
261 dst->cf_act->a_next = NULL; /* Only clone first in chain */ in flower_clone()
270 dst->cu_act->a_next = NULL; /* Only clone first in chain */ in u32_clone()
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()
571 struct rtnl_act * a_next; member