Searched refs:tipc_skb_dump (Results 1 – 2 of 2) sorted by relevance
| /linux/net/tipc/ |
| H A D | trace.c | 53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) in tipc_skb_dump() function 187 i += tipc_skb_dump(hskb, false, buf + i); in tipc_list_dump() 191 i += tipc_skb_dump(tskb, false, buf + i); in tipc_list_dump() 202 i += tipc_skb_dump(skb, false, buf + i); in tipc_list_dump()
|
| H A D | trace.h | 129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf); 149 tipc_skb_dump(skb, more, __get_str(buf)); 159 DEFINE_SKB_EVENT(tipc_skb_dump); 207 tipc_skb_dump(skb, false, __get_str(skb_buf));
|