Home
last modified time | relevance | path

Searched refs:tipc_list_dump (Results 1 – 4 of 4) sorted by relevance

/linux/net/tipc/
H A Dtrace.h130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf);
176 tipc_list_dump(list, more, __get_str(buf));
186 DEFINE_LIST_EVENT(tipc_list_dump);
H A Dtrace.c159 * tipc_list_dump - dump TIPC skb list/queue
166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) in tipc_list_dump() function
H A Dnode.c3120 i += tipc_list_dump(&n->links[0].inputq, false, buf + i); in tipc_node_dump()
3129 i += tipc_list_dump(&n->links[1].inputq, false, buf + i); in tipc_node_dump()
H A Dsocket.c3991 i += tipc_list_dump(&sk->sk_write_queue, false, buf + i); in tipc_sk_dump()
3996 i += tipc_list_dump(&sk->sk_receive_queue, false, buf + i); in tipc_sk_dump()