Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dact.c42 struct rtnl_act *p_act; in rtnl_act_append() local
50 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() local
126 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 …]