Lines Matching refs:more
129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf);
130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf);
133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf);
138 TP_PROTO(struct sk_buff *skb, bool more, const char *header),
140 TP_ARGS(skb, more, header),
144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN)
149 tipc_skb_dump(skb, more, __get_str(buf));
157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \
158 TP_ARGS(skb, more, header))
165 TP_PROTO(struct sk_buff_head *list, bool more, const char *header),
167 TP_ARGS(list, more, header),
171 __dynamic_array(char, buf, (more) ? LIST_LMAX : LIST_LMIN)
176 tipc_list_dump(list, more, __get_str(buf));
184 TP_PROTO(struct sk_buff_head *list, bool more, const char *header), \
185 TP_ARGS(list, more, header))
326 TP_PROTO(struct tipc_node *n, bool more, const char *header),
328 TP_ARGS(n, more, header),
333 __dynamic_array(char, buf, (more) ? NODE_LMAX : NODE_LMIN)
339 tipc_node_dump(n, more, __get_str(buf));
348 TP_PROTO(struct tipc_node *n, bool more, const char *header), \
349 TP_ARGS(n, more, header))