Searched refs:LIST_EMPTY (Results 1 – 2 of 2) sorted by relevance
508 if (LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()555 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
536 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro