Searched refs:TO_TLL (Results 1 – 3 of 3) sorted by relevance
680 tll = TO_TLL(tunll_list.q_forw); in sppptun_close()681 while (tll != TO_TLL(&tunll_list)) { in sppptun_close()686 tll = TO_TLL(tll->tll_next); in sppptun_close()1087 tll = TO_TLL(tunll_list.q_forw); in tll_lookup_on_name()1088 for (; tll != TO_TLL(&tunll_list); tll = TO_TLL(tll->tll_next)) in tll_lookup_on_name()1249 tll = TO_TLL(tunll_list.q_forw); in sppptun_inner_ioctl()1250 while (tll != TO_TLL(&tunll_list)) { in sppptun_inner_ioctl()1253 tll = TO_TLL(tll->tll_next); in sppptun_inner_ioctl()1255 if (tll != TO_TLL(&tunll_list)) { in sppptun_inner_ioctl()
152 #define TO_TLL(p) \ macro
521 addr = (uintptr_t)TO_TLL(twd->next); in tunll_walk_step()