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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_action.c137 struct rtattr *tail, *tail2; local
148 tail = tail2 = NLMSG_TAIL(n);
209 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2;
347 struct rtattr *tail2; local
418 tail2 = NLMSG_TAIL(&req.n);
422 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2;
492 struct rtattr *tail,*tail2; local
508 tail2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c592 CIPHER_ORDER *head, *tail, *curr, *curr2, *tail2; local
604 tail2 = tail = *tail_p;
607 if ((curr == NULL) || (curr == tail2)) break;

Completed in 16 milliseconds