Home
last modified time | relevance | path

Searched refs:p_act (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/route/
Dact.c31 struct rtnl_act *p_act; in rtnl_act_append() local
39 p_act = *head; in rtnl_act_append()
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()
107 struct rtnl_act *p_act = act; in rtnl_act_fill() local
115 while (p_act) { in rtnl_act_fill()
116 err = rtnl_act_fill_one(msg, p_act, ++order); in rtnl_act_fill()
119 p_act = p_act->a_next; in rtnl_act_fill()
499 struct rtnl_act *act, *p_act; in act_msg_parser() local
[all …]