Searched refs:P9_HDRSZ (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/9p/
H A D9p.h329 #define P9_HDRSZ 7 macro
/linux-master/net/9p/
H A Dtrans_fd.c121 char tmp_buf[P9_HDRSZ];
294 m->rc.capacity = P9_HDRSZ; /* start by reading header */
317 m->rc.size = P9_HDRSZ;
H A Dclient.c31 /* DEFAULT MSIZE = 32 pages worth of payload + P9_HDRSZ +
1035 /* P9_HDRSZ + 4 is the smallest packet header we can have that is
1040 0, 0, P9_HDRSZ + 4,
1041 clnt->msize - (P9_HDRSZ + 4),

Completed in 146 milliseconds