Searched refs:p_act (Results 1 – 1 of 1) sorted by relevance
42 struct rtnl_act *p_act; in rtnl_act_append() local50 p_act = *head; in rtnl_act_append()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()118 struct rtnl_act *p_act = act; in rtnl_act_fill() local126 while (p_act) { in rtnl_act_fill()127 err = rtnl_act_fill_one(msg, p_act, ++order); in rtnl_act_fill()130 p_act = p_act->a_next; in rtnl_act_fill()510 struct rtnl_act *act, *p_act; in act_msg_parser() local[all …]