Home
last modified time | relevance | path

Searched refs:tipc_skb_dump (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dtrace.c46 * tipc_skb_dump - dump TIPC skb data
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 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); variable
207 tipc_skb_dump(skb, false, __get_str(skb_buf));
H A Dsocket.c3998 i += tipc_skb_dump(sk->sk_backlog.head, false, buf + i); in tipc_sk_dump()
4001 i += tipc_skb_dump(sk->sk_backlog.tail, false, in tipc_sk_dump()
/kernel/linux/linux-6.6/net/tipc/
H A Dtrace.c46 * tipc_skb_dump - dump TIPC skb data
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 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); variable
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()

Completed in 22 milliseconds