Lines Matching refs:list
369 /* A macro to walk a list of skbs. */
375 * @list: list to dequeue from
377 * Remove the head of the list. The head item is
378 * returned or %NULL if the list is empty.
381 static inline struct list_head *sctp_list_dequeue(struct list_head *list)
385 if (!list_empty(list)) {
386 result = list->next;
410 /* Tests if the list has one and only one entry. */
418 return !list_empty(&chunk->list);
421 /* Walk through a list of TLV parameters. Don't trust the