Home
last modified time | relevance | path

Searched refs:SK_LMIN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dtrace.h52 #define SK_LMIN (SKB_LMIN * 2) macro
198 __dynamic_array(char, buf, (dqueues) ? SK_LMAX : SK_LMIN)
H A Dsocket.c3939 size_t sz = (dqueues) ? SK_LMAX : SK_LMIN; in tipc_sk_dump()