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