Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_action.c172 struct rtattr *tail, *tail2; in parse_action() local
183 tail = tail2 = NLMSG_TAIL(n); in parse_action()
244 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2; in parse_action()
382 struct rtattr *tail2; in tc_action_gd() local
453 tail2 = NLMSG_TAIL(&req.n); in tc_action_gd()
457 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_action_gd()
527 struct rtattr *tail,*tail2; in tc_act_list_or_flush() local
543 tail2 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
564 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_act_list_or_flush()
/external/icu4c/tools/pkgdata/
Dpkgdata.cpp1654 CharList *l, *tail = NULL, *tail2 = NULL; in loadLists() local
1754 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()