Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dact.c31 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()
/external/jemalloc_new/include/jemalloc/internal/
Dph.h47 #define phn_next_set(a_type, a_field, a_phn, a_next) do { \ argument
48 a_phn->a_field.phn_next = a_next; \
/external/libnl/lib/route/cls/
Dflower.c261 dst->cf_act->a_next = NULL; /* Only clone first in chain */ in flower_clone()
Du32.c270 dst->cu_act->a_next = NULL; /* Only clone first in chain */ in u32_clone()
/external/wayland/src/
Dscanner.c498 struct arg *a, *a_next; in free_message() local
504 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()
/external/libnl/include/netlink-private/
Dtypes.h571 struct rtnl_act * a_next; member