Home
last modified time | relevance | path

Searched refs:tipc_skb_dump (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/tipc/
H A Dtrace.c53 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 Dtrace.h129 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));
H A Dsocket.c4010 i += tipc_skb_dump(sk->sk_backlog.head, false, buf + i); in tipc_sk_dump()
4013 i += tipc_skb_dump(sk->sk_backlog.tail, false, in tipc_sk_dump()