rpc_fraghdr       827 net/sunrpc/svcsock.c 	if (svsk->sk_tcplen < sizeof(rpc_fraghdr)) {
rpc_fraghdr       828 net/sunrpc/svcsock.c 		int		want = sizeof(rpc_fraghdr) - svsk->sk_tcplen;
rpc_fraghdr       636 net/sunrpc/xprtsock.c 	u32 reclen = buf->len - sizeof(rpc_fraghdr);
rpc_fraghdr       637 net/sunrpc/xprtsock.c 	rpc_fraghdr *base = buf->head[0].iov_base;
rpc_fraghdr      2001 net/sunrpc/xprtsock.c 	xprt->tsh_size = sizeof(rpc_fraghdr) / sizeof(u32);