Searched refs:TIPC_DUMP_SK_SNDQ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | trace.h | 70 TIPC_DUMP_SK_SNDQ = (1 << 8), enumerator
|
H A D | socket.c | 865 TIPC_DUMP_SK_SNDQ, " "); in tipc_sendmcast() 1505 trace_tipc_sk_sendmsg(sk, skb_peek(&pkts), TIPC_DUMP_SK_SNDQ, " "); in __tipc_sendmsg() 1616 TIPC_DUMP_SK_SNDQ, " "); in __tipc_sendstream() 3930 * - TIPC_DUMP_SK_SNDQ: dump socket send queue 3986 if (dqueues & TIPC_DUMP_SK_SNDQ) { in tipc_sk_dump()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | trace.h | 70 TIPC_DUMP_SK_SNDQ = (1 << 8), enumerator
|
H A D | socket.c | 887 TIPC_DUMP_SK_SNDQ, " "); in tipc_sendmcast() 1515 trace_tipc_sk_sendmsg(sk, skb_peek(&pkts), TIPC_DUMP_SK_SNDQ, " "); in __tipc_sendmsg() 1626 TIPC_DUMP_SK_SNDQ, " "); in __tipc_sendstream() 3939 * - TIPC_DUMP_SK_SNDQ: dump socket send queue 3998 if (dqueues & TIPC_DUMP_SK_SNDQ) { in tipc_sk_dump()
|
Completed in 11 milliseconds