Lines Matching full:more
48 * @more: dump more?
53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN;
123 /* need more? */
128 if (!more)
161 * @more: dump more?
166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf)
169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN;
184 if (!more) {